Skip to content

Commit

Permalink
Update cats-effect, cats-effect-testkit to 3.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and jchapuis committed Nov 19, 2024
1 parent 8b1692f commit 7e2ede9
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 @@ -81,7 +81,7 @@ object Dependencies {

lazy val `munit-cats-effect-3` = "org.typelevel" %% "munit-cats-effect" % "2.0.0"

lazy val catsEffectVersion = "3.5.4"
lazy val catsEffectVersion = "3.5.5"
lazy val `cats-effect` = "org.typelevel" %% "cats-effect" % catsEffectVersion

lazy val `cats-effect-testkit` = Seq("org.typelevel" %% "cats-effect-testkit" % catsEffectVersion)
Expand Down

0 comments on commit 7e2ede9

Please sign in to comment.