From 217c966fb9afbd68332a3f4f9f91b2216f14c882 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 04:19:06 +0000 Subject: [PATCH] Update cats-effect, cats-effect-laws, ... to 3.7.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 264ad0b..8ca876a 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.1" ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.16")