Skip to content

Commit

Permalink
Update artifact-migrations.v2.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored and mzuehlke committed Oct 24, 2024
1 parent a09afc4 commit dcc4af2
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions modules/core/src/main/resources/artifact-migrations.v2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,36 @@
// Scala Steward instances.

changes = [
{
groupIdBefore = io.argonaut
groupIdAfter = io.github.argonaut-io
artifactIdAfter = argonaut
},
{
groupIdBefore = io.argonaut
groupIdAfter = io.github.argonaut-io
artifactIdAfter = argonaut-cats
},
{
groupIdBefore = io.argonaut
groupIdAfter = io.github.argonaut-io
artifactIdAfter = argonaut-jawn
},
{
groupIdBefore = io.argonaut
groupIdAfter = io.github.argonaut-io
artifactIdAfter = argonaut-monocle3
},
{
groupIdBefore = io.argonaut
groupIdAfter = io.github.argonaut-io
artifactIdAfter = argonaut-scalaz
},
{
groupIdBefore = com.github.tkawachi
groupIdAfter = io.github.sbt-doctest
artifactIdAfter = sbt-doctest
},
{
groupIdBefore = com.eed3si9n
groupIdAfter = com.github.sbt
Expand Down

0 comments on commit dcc4af2

Please sign in to comment.