Skip to content

Commit

Permalink
Switch back to WireMock standalone version (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
apankowski authored Feb 3, 2024
1 parent ef0eef4 commit 13aec68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ kotest-assertions = { module = "io.kotest:kotest-assertions-core", version.ref =
kotest-api = { module = "io.kotest:kotest-framework-api", version.ref = "kotest" }
kotest-runner = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }

wiremock = { module = "org.wiremock:wiremock", version.ref = "wiremock" }
wiremock = { module = "org.wiremock:wiremock-standalone", version.ref = "wiremock" }

0 comments on commit 13aec68

Please sign in to comment.