diff --git a/modules/core/src/main/resources/artifact-migrations.v2.conf b/modules/core/src/main/resources/artifact-migrations.v2.conf index b0b0b64677..fdb71e2b51 100644 --- a/modules/core/src/main/resources/artifact-migrations.v2.conf +++ b/modules/core/src/main/resources/artifact-migrations.v2.conf @@ -1129,4 +1129,9 @@ changes = [ groupIdAfter = com.github.sbt artifactIdAfter = sbt-boilerplate }, + { + groupIdBefore = com.lightbend.akka + groupIdAfter = com.markatta + artifactIdAfter = sbt-akka-version-check + }, ]