From 73d4c2fa6ce9de370a371d96c4a5545c31e459b9 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 20:21:36 +0000 Subject: [PATCH] Update cats-effect to 3.4.4 in series/0.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 204149a0..07a19378 100644 --- a/build.sbt +++ b/build.sbt @@ -49,7 +49,7 @@ lazy val core = project .exclude("io.netty", "netty-handler"), "io.netty" % "netty-codec-http" % netty, "org.http4s" %% "http4s-core" % http4sVersion, - "org.typelevel" %% "cats-effect" % "3.4.3" + "org.typelevel" %% "cats-effect" % "3.4.4" ) )