Skip to content

Commit 7c5f593

Browse files
authored
Merge pull request #3605 from stkeky/scala-uri-migration
Add artifact migration for scala-uri
2 parents 757390d + 9c8668b commit 7c5f593

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1489,5 +1489,10 @@ changes = [
14891489
groupIdAfter = com.github.sbt
14901490
artifactIdBefore = sbt-bom
14911491
artifactIdAfter = sbt-sbom
1492+
},
1493+
{
1494+
groupIdBefore = io.lemonlabs
1495+
groupIdAfter = com.indoorvivants
1496+
artifactIdAfter = scala-uri
14921497
}
14931498
]

0 commit comments

Comments
 (0)