From 3c1acc46d2935b04df54f147182da35d90471c71 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 20:25:25 +0000 Subject: [PATCH] Update cats-effect to 3.6.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dce496d..f16f745 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ lazy val root = (project in file(".")) libraryDependencies ++= Seq( "org.typelevel" %% "fabric-io" % "1.17.1", "org.http4s" %% "http4s-core" % "1.0.0-M44", - "org.typelevel" %% "cats-effect" % "3.5.7" + "org.typelevel" %% "cats-effect" % "3.6.2" ) )