From 72f6c3517d0bc737b94ceb9812574508701d2957 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 02:13:17 +0000 Subject: [PATCH] Update cats-effect to 3.7.0 in series/0.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 26f9725d..34f720de 100644 --- a/build.sbt +++ b/build.sbt @@ -55,7 +55,7 @@ lazy val core = project "io.netty" % "netty-codec-http" % netty, "io.netty" % "netty-handler" % netty, "org.http4s" %% "http4s-core" % http4sVersion, - "org.typelevel" %% "cats-effect" % "3.6.3" + "org.typelevel" %% "cats-effect" % "3.7.0" ) )