From a47342da39e43d3af7972b94a57c90d02ad6ad69 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:20:59 +0000 Subject: [PATCH] Update fs2-core to 3.10.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index afa5dc0..281a41d 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ lazy val root = tlCrossRootProject.aggregate(xml, xmlScala, csv, cbor, json) val http4sVersion = "0.23.26" val scalaXmlVersion = "2.2.0" -val fs2Version = "3.9.4" +val fs2Version = "3.10.0" val fs2DataVersion = "1.10.0" val munitVersion = "1.0.0-M11" val munitCatsEffectVersion = "2.0.0-M4"