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/keycloak-core-26.0.6
  • Loading branch information
ian-hoyle authored Dec 3, 2024
2 parents 0aa7333 + 1a7088f commit 87d4508
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ object Dependencies {
private val log4CatsVersion = "2.7.0"
private val mockitoScalaVersion = "1.17.37"
private val monovoreDeclineVersion = "2.4.1"
private val awsUtilsVersion = "0.1.222"
private val awsUtilsVersion = "0.1.224"
private val doobieVersion = "1.0.0-RC6"
private val testContainersVersion = "0.41.4"

lazy val authUtils = "uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.220"
lazy val authUtils = "uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.222"
lazy val awsRds = "software.amazon.awssdk" % "rds" % "2.26.27"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.391"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.395"
lazy val s3Utils = "uk.gov.nationalarchives" %% "s3-utils" % awsUtilsVersion
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.6"
lazy val catsEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.5.6"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.7"
lazy val catsEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.5.7"
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.2"
lazy val wiremock = "org.wiremock" % "wiremock" % "3.10.0"
}
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.5
sbt.version=1.10.6

0 comments on commit 87d4508

Please sign in to comment.