From ddef8cbffd20e2472b7f94013221481b28fd45c5 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:19:25 +0000 Subject: [PATCH] Update cats-effect, cats-effect-kernel, ... to 3.5.5 in series/0.9 (#1125) 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 df8e9324..3ba72a54 100644 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ ThisBuild / mergifyRequiredJobs += "site" ThisBuild / mergifyLabelPaths += "docs" -> file("docs") val catsV = "2.10.0" -val catsEffectV = "3.5.4" +val catsEffectV = "3.5.5" val fs2V = "3.9.4" val scodecV = "1.1.38" val http4sV = "0.23.26"