Skip to content

Commit

Permalink
fix: use strictly strikt 0.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
monosoul authored and renovate[bot] committed Jul 23, 2024
1 parent 73dcecf commit 25146bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ testcontainers-jdbc = { module = "org.testcontainers:jdbc", version.ref = "testc
testcontainers-postgresql = { module = "org.testcontainers:postgresql", version.ref = "testcontainers" }
junit-bom = "org.junit:junit-bom:5.10.3"
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter" }
strikt = "io.strikt:strikt-jvm:0.35.1"
strikt = { module = "io.strikt:strikt-jvm", version = { strictly = "0.34.1" } }
mockk = "io.mockk:mockk-jvm:1.13.12"

ktlint = "com.pinterest.ktlint:ktlint-cli:1.3.1"
Expand Down

0 comments on commit 25146bc

Please sign in to comment.