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/s3-utils-0.1.222
  • Loading branch information
thanhz authored Nov 26, 2024
2 parents 340b0e1 + bb064c9 commit f8b359a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ object Dependencies {
lazy val stepFunctionUtils = "uk.gov.nationalarchives" %% "stepfunction-utils" % awsUtilsVersion
lazy val snsUtils = "uk.gov.nationalarchives" %% "sns-utils" % awsUtilsVersion
lazy val bagit = "gov.loc" % "bagit" % "5.2.0"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.5"
lazy val catsEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.5.5"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.6"
lazy val catsEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.5.6"
lazy val decline = "com.monovore" %% "decline" % monovoreDeclineVersion
lazy val declineEffect = "com.monovore" %% "decline-effect" % monovoreDeclineVersion
lazy val doobie = "org.tpolecat" %% "doobie-core" % doobieVersion
Expand All @@ -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 f8b359a

Please sign in to comment.