Skip to content

Commit

Permalink
chore: Update cats-effect from 3.5.6 to 3.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and rlemaitre committed Nov 29, 2024
1 parent c606445 commit 7898344
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 @@ -3,7 +3,7 @@ import sbt.*
object Dependencies {
val effect: Seq[ModuleID] = Seq(
"org.typelevel" %% "cats-core" % "2.12.0",
"org.typelevel" %% "cats-effect" % "3.5.6",
"org.typelevel" %% "cats-effect" % "3.5.7",
"co.fs2" %% "fs2-core" % "3.11.0",
"org.typelevel" %% "cats-collections-core" % "0.9.9",
"org.typelevel" %% "cats-time" % "0.5.1"
Expand Down

0 comments on commit 7898344

Please sign in to comment.