From 1dc5ae36141d4506cbdcb7658380ec1b9fec5ea7 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 00:21:22 +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 ef108cae..974e3545 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import scala.sys.process._ val catsVersion = "2.11.0" val catsParseVersion = "1.0.0" -val catsEffectVersion = "3.6.3" +val catsEffectVersion = "3.7.0" val circeVersion = "0.14.8" val disciplineMunitVersion = "2.0.0-M3" val doobieVersion = "1.0.0-RC12"