diff --git a/modules/core/src/main/resources/artifact-migrations.v2.conf b/modules/core/src/main/resources/artifact-migrations.v2.conf index 065a664547..ce87175214 100644 --- a/modules/core/src/main/resources/artifact-migrations.v2.conf +++ b/modules/core/src/main/resources/artifact-migrations.v2.conf @@ -994,4 +994,9 @@ changes = [ groupIdAfter = com.github.sbt artifactIdAfter = sbt-osgi }, + { + groupIdBefore = com.iheart + groupIdAfter = io.github.play-swagger + artifactIdAfter = sbt-play-swagger + }, ]