We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 118e337 + 074dd04 commit b1c5351Copy full SHA for b1c5351
modules/core/src/main/resources/artifact-migrations.v2.conf
@@ -450,6 +450,18 @@ changes = [
450
groupIdAfter = org.playframework
451
artifactIdAfter = sbt-play-ebean
452
},
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
461
462
+ artifactIdBefore = play-akka-http2-support
463
+ artifactIdAfter = play-pekko-http2-support
464
465
{
466
groupIdBefore = com.typesafe.netty
467
groupIdAfter = org.playframework.netty
0 commit comments