From 18869ec3b326e7a574b8e9f4206e49c156d5c2cd Mon Sep 17 00:00:00 2001 From: Kazuma Iemura Date: Mon, 27 Nov 2023 12:15:23 +0900 Subject: [PATCH] Migration for play-swagger --- modules/core/src/main/resources/artifact-migrations.v2.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/core/src/main/resources/artifact-migrations.v2.conf b/modules/core/src/main/resources/artifact-migrations.v2.conf index 065a664547..ce87175214 100644 --- a/modules/core/src/main/resources/artifact-migrations.v2.conf +++ b/modules/core/src/main/resources/artifact-migrations.v2.conf @@ -994,4 +994,9 @@ changes = [ groupIdAfter = com.github.sbt artifactIdAfter = sbt-osgi }, + { + groupIdBefore = com.iheart + groupIdAfter = io.github.play-swagger + artifactIdAfter = sbt-play-swagger + }, ]