Skip to content

Commit 116efb5

Browse files
authored
Merge pull request #3266 from mkurz/migrate_sbt-multi-jvm
Migrate sbt-multi-jvm
2 parents cc26814 + 49888e5 commit 116efb5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/core/src/main/resources/artifact-migrations.v2.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ changes = [
120120
groupIdAfter = dev.guardrail
121121
artifactIdAfter = sbt-guardrail
122122
},
123+
{
124+
groupIdBefore = com.typesafe.sbt
125+
groupIdAfter = com.github.sbt
126+
artifactIdAfter = sbt-multi-jvm
127+
},
123128
{
124129
groupIdBefore = com.typesafe.sbt
125130
groupIdAfter = com.github.sbt

0 commit comments

Comments
 (0)