Skip to content

Commit

Permalink
Merge pull request #1368 from nationalarchives/update/scala-steward-d…
Browse files Browse the repository at this point in the history
…ependencies/cats-effect-3.5.5

Update cats-effect, cats-effect-testkit to 3.5.5 in scala-steward-dependencies
  • Loading branch information
mergify[bot] authored Oct 28, 2024
2 parents 99ca3d2 + e8eb9b7 commit 94ada2f
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 @@ -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.4"
lazy val catsEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.5.4"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.5"
lazy val catsEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.5.5"
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 94ada2f

Please sign in to comment.