Skip to content

Commit

Permalink
Update wiremock to 3.9.2 in scala-steward-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tna-da-bot committed Oct 25, 2024
1 parent d422187 commit b89613d
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 @@ -38,5 +38,5 @@ object Dependencies {
lazy val keycloakAdminClient = "org.keycloak" % "keycloak-admin-client" % keycloakVersion
lazy val testContainers = "com.dimafeng" %% "testcontainers-scala-scalatest" % testContainersVersion
lazy val testContainersPostgres = "com.dimafeng" %% "testcontainers-scala-postgresql" % testContainersVersion
lazy val wiremock = "org.wiremock" % "wiremock" % "3.9.1"
lazy val wiremock = "org.wiremock" % "wiremock" % "3.9.2"
}

0 comments on commit b89613d

Please sign in to comment.