From b8372beb9dce2da6233a4dbdb4f1e8ed1c2376a8 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 20:12:18 +0000 Subject: [PATCH] Update fs2-data-cbor, fs2-data-csv, ... to 1.11.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5fc5792..1d6894a 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ lazy val root = tlCrossRootProject.aggregate(xml, xmlScala, csv, cbor, json) val http4sVersion = "0.23.27" val scalaXmlVersion = "2.2.0" val fs2Version = "3.10.2" -val fs2DataVersion = "1.10.0" +val fs2DataVersion = "1.11.2" val munitVersion = "1.0.0-M11" val munitCatsEffectVersion = "2.0.0"