Skip to content

Commit

Permalink
Update cats-effect to 3.5.5 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 9, 2024
1 parent 2a0f324 commit 8bb1a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Deps {

val cats = new {
val core = s("org.typelevel" %%% "cats-core" % "2.12.0")
val effect = s("org.typelevel" %%% "cats-effect" % "3.5.4")
val effect = s("org.typelevel" %%% "cats-effect" % "3.5.5")
val alley = s("org.typelevel" %%% "alleycats-core" % "2.12.0")
}

Expand Down

0 comments on commit 8bb1a81

Please sign in to comment.