From 4f220006ee5e77ef9a7a4155c2374ddc198dbc1b Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 00:15:40 +0000 Subject: [PATCH] Update cats-effect, cats-effect-laws, ... to 3.7.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 264ad0b..1f8bbb4 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ ThisBuild / tlCiHeaderCheck := false // For the transition period, we publish artifacts for both cats-effect 2.x and 3.x val catsEffectVersion = "2.5.5" -val catsEffect3Version = "3.4.11" +val catsEffect3Version = "3.7.0" ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.16")