From 8287252e13990b9fb5156064de7785c901fb508f Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 20:20:38 +0000 Subject: [PATCH] Update fs2-core to 3.11.0 in main --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9affc0e5..0a44804b 100644 --- a/build.sbt +++ b/build.sbt @@ -36,7 +36,7 @@ ThisBuild / mergifyLabelPaths += "docs" -> file("docs") val catsV = "2.10.0" val catsEffectV = "3.5.3" -val fs2V = "3.9.4" +val fs2V = "3.11.0" val scodecV = "1.1.38" val http4sV = "1.0.0-M40" val log4catsV = "2.6.0"