Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Dec 19, 2024
1 parent f33c63b commit e41ed9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ object Dependencies {
val testcontainers = "org.testcontainers" % "testcontainers" % "1.20.4"

// use version 3.9.2 until https://github.com/wiremock/wiremock/issues/2911 is fixed
val wiremock = "org.wiremock" % "wiremock" % "3.9.2"
val wiremock = "org.wiremock" % "wiremock" % "3.9.2"

// found/added by the plugin but deleted anyway
val commonsLang3 = "org.apache.commons" % "commons-lang3" % "3.17.0"
Expand Down

0 comments on commit e41ed9a

Please sign in to comment.