From 0631204d2fa09e24e4d959d788efbef81f954264 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Wed, 31 Jan 2024 19:08:11 +0100 Subject: [PATCH] Migrate sbt-paradox-material-theme --- .../src/main/resources/artifact-migrations.v2.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/core/src/main/resources/artifact-migrations.v2.conf b/modules/core/src/main/resources/artifact-migrations.v2.conf index 52f7a7afa7..82d8475042 100644 --- a/modules/core/src/main/resources/artifact-migrations.v2.conf +++ b/modules/core/src/main/resources/artifact-migrations.v2.conf @@ -1189,4 +1189,14 @@ changes = [ groupIdAfter = com.github.sbt artifactIdAfter = sbt-mocha }, + { + groupIdBefore = io.github.jonas + groupIdAfter = com.github.sbt + artifactIdAfter = sbt-paradox-material-theme + }, + { + groupIdBefore = io.github.jonas + groupIdAfter = com.github.sbt + artifactIdAfter = paradox-material-theme + }, ]