Skip to content

Commit 2a189b4

Browse files
committed
Add artifact migration for play-socket-io
1 parent 6f2da8b commit 2a189b4

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
@@ -264,6 +264,11 @@ changes = [
264264
groupIdAfter = com.typesafe.play
265265
artifactIdAfter = play-file-watch
266266
},
267+
{
268+
groupIdBefore = com.lightbend.play
269+
groupIdAfter = com.typesafe.play
270+
artifactIdAfter = play-socket-io
271+
},
267272
{
268273
groupIdBefore = com.lightbend.sbt
269274
groupIdAfter = com.github.sbt

0 commit comments

Comments
 (0)