From d36532173eef4708026a30a845ead21bc9213fca Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 20:18:17 +0000 Subject: [PATCH] Update fs2-data-cbor, fs2-data-csv, ... to 1.11.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 301b960..f774d1a 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.26" val scalaXmlVersion = "2.2.0" val fs2Version = "3.10.2" -val fs2DataVersion = "1.10.0" +val fs2DataVersion = "1.11.1" val munitVersion = "1.0.0-M11" val munitCatsEffectVersion = "2.0.0-M4"