From 62d7106439026b1fdb9c00ae8bc325623fea8f61 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 11 Mar 2026 01:45:03 +0000 Subject: [PATCH] Update cats-effect to 3.7.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cec3bde..b569c03 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.7.0", "dev.zio" %% "zio-test" % "1.0.17" % Test, "dev.zio" %% "zio-test-sbt" % "1.0.17" % Test, ),