diff --git a/modules/core/src/main/resources/artifact-migrations.v2.conf b/modules/core/src/main/resources/artifact-migrations.v2.conf index 4cb347787b..363ac23f3a 100644 --- a/modules/core/src/main/resources/artifact-migrations.v2.conf +++ b/modules/core/src/main/resources/artifact-migrations.v2.conf @@ -155,6 +155,26 @@ changes = [ groupIdAfter = com.github.sbt artifactIdAfter = sbt-git }, + { + groupIdAfter = com.typesafe.play + artifactIdBefore = build-link + artifactIdAfter = play-build-link + }, + { + groupIdAfter = com.typesafe.play + artifactIdBefore = filters-helpers + artifactIdAfter = play-filters-helpers + }, + { + groupIdAfter = com.typesafe.play + artifactIdBefore = routes-compiler + artifactIdAfter = play-routes-compiler + }, + { + groupIdAfter = com.typesafe.play + artifactIdBefore = run-support + artifactIdAfter = play-run-support + }, { groupIdBefore = com.jsuereth groupIdAfter = com.github.sbt