From 466f19521fdf11e55b287e4081fe329ebcffd971 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 28 Nov 2024 00:55:32 +0000 Subject: [PATCH] Update cats-effect to 3.5.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cec3bde..baceba6 100644 --- a/build.sbt +++ b/build.sbt @@ -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.7", "dev.zio" %% "zio-test" % "1.0.17" % Test, "dev.zio" %% "zio-test-sbt" % "1.0.17" % Test, ),