Skip to content

Commit

Permalink
Update cats-effect to 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 16, 2024
1 parent 81455dc commit 86c6e9f
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 @@ -7,7 +7,7 @@ object Dependencies {

object Cats {
private val version = "2.7.0"
private val effectVersion = "3.4.11"
private val effectVersion = "3.5.3"
val core = "org.typelevel" %% "cats-core" % version
val laws = "org.typelevel" %% "cats-laws" % version
val effect = "org.typelevel" %% "cats-effect" % effectVersion
Expand Down

0 comments on commit 86c6e9f

Please sign in to comment.