Skip to content

Commit

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

Update cats-effect, cats-effect-testkit to 3.5.7 in scala-steward-dependencies
  • Loading branch information
mergify[bot] authored Nov 28, 2024
2 parents 6c5ac2e + 4bd6573 commit 1bca00d
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.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 1bca00d

Please sign in to comment.