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.223
  • Loading branch information
mergify[bot] authored Nov 28, 2024
2 parents bfef891 + 5ea09fd commit a7def04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ object Dependencies {
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 Down

0 comments on commit a7def04

Please sign in to comment.