Skip to content

Commit

Permalink
Merge branch 'scala-steward-dependencies' into update/scala-steward-d…
Browse files Browse the repository at this point in the history
…ependencies/cats-effect-3.5.6
  • Loading branch information
thanhz authored Nov 26, 2024
2 parents 8a70718 + 53dc3e5 commit c416faa
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 @@ -2,7 +2,7 @@ import sbt._

object Dependencies {
private val githubPureConfigVersion = "0.17.8"
private val keycloakVersion = "26.0.2"
private val keycloakVersion = "26.0.3"
private val log4CatsVersion = "2.7.0"
private val mockitoScalaVersion = "1.17.37"
private val monovoreDeclineVersion = "2.4.1"
Expand Down 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 c416faa

Please sign in to comment.