From 72e8ffcb3885b5e215dcb7ae8715b7aa759e2066 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 20:37:43 +0000 Subject: [PATCH] Update fs2-core to 3.13.0 in series/0.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a2857a7d..06ee6a98 100644 --- a/build.sbt +++ b/build.sbt @@ -33,7 +33,7 @@ ThisBuild / mergifyLabelPaths += "docs" -> file("docs") val catsV = "2.13.0" val catsEffectV = "3.6.3" -val fs2V = "3.12.2" +val fs2V = "3.13.0" val scodecV = "1.2.4" val http4sV = "0.23.33" val reactiveStreamsV = "1.0.4"