Skip to content

Commit 651f58f

Browse files
committed
add artifact migration: sbt-bom moved to sbt github org
1 parent ba2bf8b commit 651f58f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1483,5 +1483,11 @@ changes = [
14831483
groupIdAfter = com.bucket4j
14841484
artifactIdBefore = bucket4j-oracle
14851485
artifactIdAfter = bucket4j_jdk17-oracle
1486+
},
1487+
{
1488+
groupIdBefore = io.github.siculo
1489+
groupIdAfter = com.github.sbt
1490+
artifactIdBefore = sbt-bom
1491+
artifactIdAfter = sbt-sbom
14861492
}
14871493
]

0 commit comments

Comments
 (0)