Skip to content

Commit

Permalink
update Cats Effect to 3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-git committed Apr 30, 2024
1 parent b3b05f8 commit 84173d1
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 @@ -9,7 +9,7 @@ object Dependencies {

object Cats {
private val version = "2.10.0"
private val effectVersion = "3.4.11"
private val effectVersion = "3.5.4"
val core = "org.typelevel" %% "cats-core" % version
val effect = "org.typelevel" %% "cats-effect" % effectVersion
}
Expand Down

0 comments on commit 84173d1

Please sign in to comment.