Skip to content

Commit

Permalink
Update cats-effect, cats-effect-kernel, ... to 3.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 21, 2024
1 parent fd903c1 commit 42c4f94
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 @@ -48,7 +48,7 @@ object Dependencies {
lazy val catsLaws = Seq("org.typelevel" %% "cats-laws" % catsVersion)
lazy val catsTestkit = Seq("org.typelevel" %% "cats-testkit" % catsVersion)

lazy val catsEffectVersion = "3.5.4"
lazy val catsEffectVersion = "3.5.6"
lazy val catsEffectKernel = Seq("org.typelevel" %% "cats-effect-kernel" % catsEffectVersion)
lazy val catsEffectLaws = Seq("org.typelevel" %% "cats-effect-laws" % catsEffectVersion)
lazy val catsEffectTestKit = Seq("org.typelevel" %% "cats-effect-testkit" % catsEffectVersion)
Expand Down

0 comments on commit 42c4f94

Please sign in to comment.