Skip to content

Commit

Permalink
Update cats-effect to 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 16, 2024
1 parent ab90f07 commit 96666c1
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 @@ -30,7 +30,7 @@ object Dependencies {
.exclude("com.typesafe.akka", "*") // provided
.exclude("com.typesafe.play", "*"), // provided
"org.typelevel" %% "cats-core" % "2.8.0",
"org.typelevel" %% "cats-effect" % "3.3.14",
"org.typelevel" %% "cats-effect" % "3.5.3",
"co.fs2" %% "fs2-core" % "3.3.0",
"co.fs2" %% "fs2-io" % "3.3.0",
"com.chuusai" %% "shapeless" % "2.3.10",
Expand Down

0 comments on commit 96666c1

Please sign in to comment.