From abae05f5a18ca6ee1d4e8854d365bf449d4e8ccf 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:05 +0000 Subject: [PATCH] Update cats-effect, cats-effect-kernel to 3.6.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 01bc897..258c613 100644 --- a/build.sbt +++ b/build.sbt @@ -79,7 +79,7 @@ ThisBuild / Test / jsEnv := { } val catsVersion = "2.10.0" -val catsEffectVersion = "3.5.7" +val catsEffectVersion = "3.6.2" val scodecBitsVersion = "1.1.38" val munitVersion = "1.0.0-M10" val munitCEVersion = "2.0.0-M3"