From 90f275153c2c8b1f6016411b566cb537b46a70c2 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 04:22:59 +0000 Subject: [PATCH] Update cats-effect, cats-effect-kernel to 3.6.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 618dfde..af407c3 100644 --- a/build.sbt +++ b/build.sbt @@ -81,7 +81,7 @@ ThisBuild / Test / jsEnv := { val catsVersion = "2.11.0" val fs2Version = "3.12.0" -val catsEffectVersion = "3.6.2" +val catsEffectVersion = "3.6.3" val scodecBitsVersion = "1.1.38" val munitVersion = "1.0.0" val munitCEVersion = "2.0.0-M3"