From bb977c10559e347695376f73f5481379937e4434 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 01:19:02 +0000 Subject: [PATCH] Update cats-effect to 3.7.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c0520fc..63a4e35 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ ThisBuild / startYear := Some(2024) val Scala213Cond = s"matrix.scala == '$Scala213'" val catsV = "2.13.0" -val catsEffectV = "3.7.0" +val catsEffectV = "3.7.1" val fs2V = "3.6.1" val http4sV = "0.23.34" val munitCatsEffectV = "2.2.0"