Skip to content

Commit b1c5351

Browse files
authored
Merge pull request #3194 from ihostage/play-change-group-id
Play 3 will migrate to new groupId (Akka -> Pekko)
2 parents 118e337 + 074dd04 commit b1c5351

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,18 @@ changes = [
450450
groupIdAfter = org.playframework
451451
artifactIdAfter = sbt-play-ebean
452452
},
453+
{
454+
groupIdBefore = com.typesafe.play
455+
groupIdAfter = org.playframework
456+
artifactIdBefore = play-akka-http-server
457+
artifactIdAfter = play-pekko-http-server
458+
},
459+
{
460+
groupIdBefore = com.typesafe.play
461+
groupIdAfter = org.playframework
462+
artifactIdBefore = play-akka-http2-support
463+
artifactIdAfter = play-pekko-http2-support
464+
},
453465
{
454466
groupIdBefore = com.typesafe.netty
455467
groupIdAfter = org.playframework.netty

0 commit comments

Comments
 (0)