Skip to content

Commit

Permalink
Merge pull request #171 from nationalarchives/update/wiremock-3.0.0
Browse files Browse the repository at this point in the history
Update wiremock to 3.0.0
  • Loading branch information
TomJKing authored Aug 31, 2023
2 parents 4f239b1 + 5833361 commit b1c696a
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 @@ -18,5 +18,5 @@ object Dependencies {
lazy val pureConfigCatsEffect = "com.github.pureconfig" %% "pureconfig-cats-effect" % "0.17.4"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.16"
lazy val slf4j = "org.slf4j" % "slf4j-simple" % "2.0.7"
lazy val wiremock = "com.github.tomakehurst" % "wiremock" % "2.27.2"
lazy val wiremock = "com.github.tomakehurst" % "wiremock" % "3.0.0"
}

0 comments on commit b1c696a

Please sign in to comment.