From 2a189b4c704b7fa2c909205ad857af2a5eca377b Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Mon, 16 May 2022 11:19:06 +0200 Subject: [PATCH] Add artifact migration for play-socket-io --- modules/core/src/main/resources/artifact-migrations.v2.conf | 5 +++++ 1 file changed, 5 insertions(+) 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