Skip to content

Commit

Permalink
Upgrading to latest version of wiremock
Browse files Browse the repository at this point in the history
Naming conventions for wiremock versions reverted back to 'wiremock'

JRE version is no longer the latest version
  • Loading branch information
TomJKing authored Aug 31, 2023
1 parent d5478a8 commit 494c9be
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 @@ -16,5 +16,5 @@ object Dependencies {
lazy val keycloakAdminClient = "org.keycloak" % "keycloak-admin-client" % keycloakVersion
lazy val mockito = "org.mockito" %% "mockito-scala" % "1.17.14"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.16"
lazy val wiremock = "com.github.tomakehurst" % "wiremock-jre8" % "3.0.0"
lazy val wiremock = "com.github.tomakehurst" % "wiremock" % "3.0.0"
}

0 comments on commit 494c9be

Please sign in to comment.