Skip to content

Commit

Permalink
chore: Update wiremock from 2.35.0 to 3.0.0 (#1685)
Browse files Browse the repository at this point in the history
  • Loading branch information
RenkuBot authored Aug 31, 2023
1 parent 2c8dbcd commit fc167a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ object Dependencies {
val swaggerParser = "2.1.16"
val testContainersScala = "0.41.0"
val widoco = "1.4.20"
val wiremock = "2.35.0"
val wiremock = "3.0.0"
}

val ip4s = Seq(
Expand Down Expand Up @@ -142,7 +142,7 @@ object Dependencies {
)

val wiremock = Seq(
"com.github.tomakehurst" % "wiremock-jre8" % V.wiremock
"org.wiremock" % "wiremock" % V.wiremock
)

val scalamock = Seq(
Expand Down

0 comments on commit fc167a1

Please sign in to comment.