Skip to content

Commit 35dd804

Browse files
authored
Add artifact migration for sbt-native-packager
See sbt/sbt-native-packager#1419
1 parent 2fc7153 commit 35dd804

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,12 @@ changes = [
131131
artifactIdAfter = sbt-guardrail
132132
initialVersion = 0.65.3
133133
},
134+
{
135+
groupIdBefore = com.typesafe.sbt
136+
groupIdAfter = com.github.sbt
137+
artifactIdAfter = sbt-native-packager
138+
initialVersion = 1.9.0
139+
},
134140
{
135141
groupIdBefore = com.jsuereth
136142
groupIdAfter = com.github.sbt

0 commit comments

Comments
 (0)