From 651f58f96efc8752a5ad5feec936cf06d9e84ea2 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Tue, 14 Jan 2025 18:57:42 +0100 Subject: [PATCH] add artifact migration: sbt-bom moved to sbt github org --- modules/core/src/main/resources/artifact-migrations.v2.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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 } ]