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
scala-steward committed Mar 7, 2024
1 parent 44b4944 commit b79618a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ lazy val catsEffect3 = Project("clipp-cats-effect3", file("clipp-cats-effect3"))
description := "Clipp Cats-Effect 3 interface",

libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect" % "3.3.14",
"org.typelevel" %% "cats-effect" % "3.5.4",
"dev.zio" %% "zio-test" % "1.0.17" % Test,
"dev.zio" %% "zio-test-sbt" % "1.0.17" % Test,
),
Expand Down

0 comments on commit b79618a

Please sign in to comment.