From fffa8af13d95b78545adf09cd2b14ee486c8ccd1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 23 Jul 2025 22:24:19 +0000 Subject: [PATCH] Update cats-effect to 3.6.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cec3bde..0ec35f3 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.6.3", "dev.zio" %% "zio-test" % "1.0.17" % Test, "dev.zio" %% "zio-test-sbt" % "1.0.17" % Test, ),