From bf6e0695c3ad1f09d8425b8c838405e7f19b7754 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:11:25 +0000 Subject: [PATCH] Update cats-effect to 3.5.5 in series/0.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f9026bbc..e7740b28 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.4" + "org.typelevel" %% "cats-effect" % "3.5.5" ) )