Skip to content

Commit a816df6

Browse files
Add an artifact migration for sbt-tpolecat
1 parent 1d86d8a commit a816df6

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
@@ -283,5 +283,10 @@ changes = [
283283
groupIdBefore = au.com.onegeek
284284
groupIdAfter = nl.gn0s1s
285285
artifactIdAfter = sbt-dotenv
286+
},
287+
{
288+
groupIdBefore = io.github.davidgregory084
289+
groupIdAfter = org.typelevel
290+
artifactIdAfter = sbt-tpolecat
286291
}
287292
]

0 commit comments

Comments
 (0)