Skip to content

Commit 70c8b75

Browse files
authored
Merge pull request #2583 from mkurz/migrate_sbt-play-soap
2 parents 28f210d + 5430f75 commit 70c8b75

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
@@ -129,6 +129,11 @@ changes = [
129129
groupIdAfter = com.typesafe.play
130130
artifactIdAfter = sbt-play-ebean
131131
},
132+
{
133+
groupIdBefore = com.typesafe.sbt
134+
groupIdAfter = com.typesafe.play
135+
artifactIdAfter = sbt-play-soap
136+
},
132137
{
133138
groupIdBefore = com.typesafe.sbt
134139
groupIdAfter = com.github.sbt

0 commit comments

Comments
 (0)