From 8bf82e006a77f0a7372338bb9ddbdc69d2164c04 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 00:50:44 +0000 Subject: [PATCH] Update cats-effect to 3.5.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a08be68..03c3acf 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ ThisBuild / startYear := Some(2024) val Scala213Cond = s"matrix.scala == '$Scala213'" val catsV = "2.12.0" -val catsEffectV = "3.5.6" +val catsEffectV = "3.5.7" val fs2V = "3.6.1" val http4sV = "0.23.29" val munitCatsEffectV = "2.0.0"