Skip to content

Commit

Permalink
Update cats-effect, cats-effect-std to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and jchapuis committed Dec 6, 2021
1 parent f178b19 commit b4135f0
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 @@ -33,7 +33,7 @@ object Dependencies {
lazy val catsTaglessVersion = "0.14.0"
lazy val catsTagless = Seq("org.typelevel" %% "cats-tagless-macros" % catsTaglessVersion)

lazy val catsEffectVersion = "3.2.9"
lazy val catsEffectVersion = "3.3.0"
lazy val catsEffectStd = Seq("org.typelevel" %% "cats-effect-std" % catsEffectVersion)
lazy val catsEffect = Seq("org.typelevel" %% "cats-effect" % catsEffectVersion)

Expand Down

0 comments on commit b4135f0

Please sign in to comment.