From 533fa2a79ca4c8784bdf3b2d114be2a546d363c6 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:58:55 +0000 Subject: [PATCH] Update cats-effect, cats-effect-kernel, ... to 3.5.7 in series/0.9 (#1140) Co-authored-by: http4s-steward[bot] <106843772+http4s-steward[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ed9424c0..c2bdf982 100644 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ ThisBuild / mergifyRequiredJobs += "site" ThisBuild / mergifyLabelPaths += "docs" -> file("docs") val catsV = "2.12.0" -val catsEffectV = "3.5.6" +val catsEffectV = "3.5.7" val fs2V = "3.11.0" val scodecV = "1.2.1" val http4sV = "0.23.29"