diff --git a/modules/core/src/main/resources/artifact-migrations.v2.conf b/modules/core/src/main/resources/artifact-migrations.v2.conf index 363ac23f3a..90222547d4 100644 --- a/modules/core/src/main/resources/artifact-migrations.v2.conf +++ b/modules/core/src/main/resources/artifact-migrations.v2.conf @@ -667,4 +667,9 @@ changes = [ groupIdAfter = com.github.sbt artifactIdAfter = sbt-javaagent }, + { + groupIdBefore = com.typesafe.sbt + groupIdAfter = com.github.sbt + artifactIdAfter = sbt-osgi + }, ]