Skip to content

Commit

Permalink
Update cats-effect, cats-effect-std, ... 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 fadc2cc commit bdd9856
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 @@ -37,7 +37,7 @@ object Dependencies {
}

object CatsEffect {
private val version = "3.5.4"
private val version = "3.5.6"
val effect = "org.typelevel" %% "cats-effect" % version
val effectStd = "org.typelevel" %% "cats-effect-std" % version
val effectTestKit = "org.typelevel" %% "cats-effect-testkit" % version
Expand Down

0 comments on commit bdd9856

Please sign in to comment.