From c4e7f62f920a18c50497960c951d82f543fe22b5 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 00:48:50 +0000 Subject: [PATCH] Update cats-effect to 3.5.6 in main --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d25a4c40..6edd3a35 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.5.4" + "org.typelevel" %% "cats-effect" % "3.5.6" ) )