Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions modules/core/src/main/resources/artifact-migrations.v2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down