Skip to content

Commit

Permalink
Merge pull request #527 from SpineEventEngine/fix-dep-packages
Browse files Browse the repository at this point in the history
Fix placement of `Clikt` in migration script
  • Loading branch information
alexander-yevsyukov authored Oct 28, 2024
2 parents 2e9b0bc + afbc50a commit 44789e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildSrc-migration.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ private val libraries = buildMap {
val new = "io.spine.dependency.lib"

mv(old, new, "Aedile")
mv(old, new, "Clikt")
mv(old, new, "ApacheHttp")
mv(old, new, "AppEngine")
mv(old, new, "Auto")
Expand Down Expand Up @@ -141,7 +142,6 @@ private val testDependencies = buildMap {
val new = "io.spine.dependency.test"

mv(old, new, "AssertK")
mv(old, new, "Clikt")
mv(old, new, "Hamcrest")
mv(old, new, "Jacoco")
mv(old, new, "JUnit")
Expand Down

0 comments on commit 44789e2

Please sign in to comment.