From fbc43a72cce20f903b4a635e2767b8586eb05914 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 04:22:25 +0000 Subject: [PATCH] Update cats-effect to 3.7.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7ff4e2c..94d045b 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ lazy val catscript = crossProject(JVMPlatform, JSPlatform, NativePlatform) name := "catscript", libraryDependencies ++= List( "org.typelevel" %% "cats-core" % "2.13.0", - "org.typelevel" %% "cats-effect" % "3.7.0", + "org.typelevel" %% "cats-effect" % "3.7.1", "co.fs2" %% "fs2-core" % "3.13.0", "co.fs2" %% "fs2-io" % "3.13.0", "org.scodec" %% "scodec-bits" % "1.2.4",