From 8a5806ea50d32d5eedb63a74f03d0788019fca78 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:20 +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 e7f8c8d..575f528 100644 --- a/build.sbt +++ b/build.sbt @@ -95,7 +95,7 @@ Global / fileServicePort := { } yield port).unsafeRunSync() } -val catsEffectVersion = "3.6.1" +val catsEffectVersion = "3.6.2" val fs2Version = "3.12.0" val http4sVersion = buildinfo.BuildInfo.http4sVersion // share version with build project val scalaJSDomVersion = "2.8.0"