From 945cb9a4eeaac66fc7f7d99f2f1a6b2dc40277a2 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 20:24:38 +0000 Subject: [PATCH] Update fs2-data-cbor, fs2-data-csv, ... to 1.12.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 680ae64..c4a2de1 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ lazy val root = val http4sVersion = "0.23.30" val scalaXmlVersion = "2.2.0" val fs2Version = "3.12.0" -val fs2DataVersion = "1.11.3" +val fs2DataVersion = "1.12.0" val munitVersion = "1.0.0-M11" val munitCatsEffectVersion = "2.1.0"