Skip to content

Commit

Permalink
Update cats-effect to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Chapuis authored and jchapuis committed Jun 1, 2023
1 parent adb5947 commit 0bf3567
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 @@ -34,7 +34,7 @@ object Dependencies {
lazy val catsTaglessVersion = "0.15.0"
lazy val catsTagless = Seq("org.typelevel" %% "cats-tagless-macros" % catsTaglessVersion)

lazy val catsEffectVersion = "3.4.11"
lazy val catsEffectVersion = "3.5.0"
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 0bf3567

Please sign in to comment.