Skip to content

Commit 21c5160

Browse files
authored
artifact-migrations.conf: slick-migration-api[-flyway] (#2018)
1 parent f07183f commit 21c5160

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,17 @@ changes = [
148148
artifactIdBefore = scalacheck-1-14
149149
artifactIdAfter = scalacheck-1-15
150150
initialVersion = 3.2.2.0
151+
},
152+
{
153+
groupIdBefore = io.github.nafg
154+
groupIdAfter = io.github.nafg.slick-migration-api
155+
artifactIdAfter = slick-migration-api
156+
initialVersion = 0.8.2
157+
},
158+
{
159+
groupIdBefore = io.github.nafg
160+
groupIdAfter = io.github.nafg.slick-migration-api
161+
artifactIdAfter = slick-migration-api-flyway
162+
initialVersion = 0.8.1
151163
}
152164
]

0 commit comments

Comments
 (0)