From 3c7059632380e61f8d11523a9edcbe5dcb570f22 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 00:50:25 +0000 Subject: [PATCH] Update cats-effect to 3.5.7 in series/0.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 55c4c2a1..664ccfa0 100644 --- a/build.sbt +++ b/build.sbt @@ -56,7 +56,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.5.6" + "org.typelevel" %% "cats-effect" % "3.5.7" ) )