Skip to content

Commit eb7a49e

Browse files
authored
Merge pull request #2601 from mkurz/migrate_play-file-watch
Add artifact migration for play-file-watch
2 parents 0a4d1a0 + 85c6c2f commit eb7a49e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/core/src/main/resources/artifact-migrations.v2.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,11 @@ changes = [
259259
groupIdAfter = org.typelevel
260260
artifactIdAfter = cats-time
261261
},
262+
{
263+
groupIdBefore = com.lightbend.play
264+
groupIdAfter = com.typesafe.play
265+
artifactIdAfter = play-file-watch
266+
},
262267
{
263268
groupIdBefore = com.lightbend.sbt
264269
groupIdAfter = com.github.sbt

0 commit comments

Comments
 (0)