Skip to content

Commit

Permalink
Update cats-effect, cats-effect-laws to 3.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dwolla-oss-scala-steward[bot] committed Nov 20, 2024
1 parent 82eb3c0 commit 40445bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Dependencies {
val specs2CatsEffect = "org.typelevel" %% "cats-effect-testing-specs2" % "1.5.0"
val catsCore = "org.typelevel" %% "cats-core" % "2.12.0"
val catsLaws = "org.typelevel" %% "cats-core" % catsCore.revision
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.4"
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.6"
val catsEffectLaws = "org.typelevel" %% "cats-effect-laws" % catsEffect.revision
val fs2 = "co.fs2" %% "fs2-core" % "3.11.0"
val dwollaFs2Utils = "com.dwolla" %% "fs2-utils" % "3.0.0-RC2"
Expand Down

0 comments on commit 40445bc

Please sign in to comment.