From 70ded037da8127a0223a4e81dda99055b8ef1a1e Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 20:22:36 +0000 Subject: [PATCH] Update fs2-core to 3.12.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 680ae64..5854a4c 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ lazy val root = val http4sVersion = "0.23.30" val scalaXmlVersion = "2.2.0" -val fs2Version = "3.12.0" +val fs2Version = "3.12.2" val fs2DataVersion = "1.11.3" val munitVersion = "1.0.0-M11" val munitCatsEffectVersion = "2.1.0"