diff --git a/modules/core/src/main/resources/artifact-migrations.v2.conf b/modules/core/src/main/resources/artifact-migrations.v2.conf index 1f3378702f..c78494bbba 100644 --- a/modules/core/src/main/resources/artifact-migrations.v2.conf +++ b/modules/core/src/main/resources/artifact-migrations.v2.conf @@ -264,6 +264,11 @@ changes = [ groupIdAfter = com.typesafe.play artifactIdAfter = play-file-watch }, + { + groupIdBefore = com.lightbend.play + groupIdAfter = com.typesafe.play + artifactIdAfter = play-socket-io + }, { groupIdBefore = com.lightbend.sbt groupIdAfter = com.github.sbt