Skip to content

Commit

Permalink
Update cats-effect to 3.5.5 (#934)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward[bot] <417002+ etspaceman-scala-steward-app[bot]@users.noreply.github.com>
  • Loading branch information
etspaceman-scala-steward-app[bot] and scala-steward[bot] authored Oct 28, 2024
1 parent 957d373 commit 599b96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/LibraryDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ object LibraryDependencies {

object Cats {
val catsVersion = "2.12.0"
val catsEffectVersion = "3.5.4"
val catsEffectVersion = "3.5.5"
val core = Def.setting("org.typelevel" %%% "cats-core" % catsVersion)
val effect =
Def.setting("org.typelevel" %%% "cats-effect" % catsEffectVersion)
Expand Down

0 comments on commit 599b96d

Please sign in to comment.