From 55441b302194bd91b0249d852b79d1799df5c390 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:52:33 +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 cccde00..a94d588 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ ThisBuild / headerCheckAll := Nil ThisBuild / tlCiDependencyGraphJob := false val catsV = "2.11.0" -val catsEffectV = "3.5.6" +val catsEffectV = "3.5.7" val fs2V = "3.9.2" val http4sV = "0.23.29" val munitCatsEffectV = "2.0.0"