Skip to content

Commit

Permalink
Update cats-effect, cats-effect-laws, ... 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 5d04533 commit dba7ea5
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 @@ -15,7 +15,7 @@ object Dependencies {
val kernel = "org.typelevel" %% "cats-kernel" % version
val macros = "org.typelevel" %% "cats-macros" % version

private val effectVersion = "3.5.4"
private val effectVersion = "3.5.6"
val effect = "org.typelevel" %% "cats-effect" % effectVersion
val effectLaws = "org.typelevel" %% "cats-effect-laws" % effectVersion
val effectTestkit = "org.typelevel" %% "cats-effect-testkit" % effectVersion
Expand Down

0 comments on commit dba7ea5

Please sign in to comment.