From af2819ab80c621eceab57d36df402bc441bafd72 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 16:17:20 +0000 Subject: [PATCH] Update fs2-core, fs2-io to 3.14.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e24fedb9..93e22fef 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ val catsEffectVersion = "3.7.1" val circeVersion = "0.14.16" val disciplineMunitVersion = "2.0.0" val doobieVersion = "1.0.0-RC13" -val fs2Version = "3.13.0" +val fs2Version = "3.14.0" val http4sVersion = "0.23.36" val kindProjectorVersion = "0.13.4" val literallyVersion = "1.2.0"