diff --git a/modules/core/src/main/resources/artifact-migrations.v2.conf b/modules/core/src/main/resources/artifact-migrations.v2.conf index 4b6bc5f1aa..a5b0b62c00 100644 --- a/modules/core/src/main/resources/artifact-migrations.v2.conf +++ b/modules/core/src/main/resources/artifact-migrations.v2.conf @@ -1483,5 +1483,11 @@ changes = [ groupIdAfter = com.bucket4j artifactIdBefore = bucket4j-oracle artifactIdAfter = bucket4j_jdk17-oracle + }, + { + groupIdBefore = io.github.siculo + groupIdAfter = com.github.sbt + artifactIdBefore = sbt-bom + artifactIdAfter = sbt-sbom } ]