From 25160e2b9cd60706b15a383ba30b3505ef2c8053 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:36:45 +0000 Subject: [PATCH] Update fs2-core to 3.14.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 18fec485..5b4368b3 100644 --- a/build.sbt +++ b/build.sbt @@ -41,7 +41,7 @@ val Version = new { val catsEffect = "3.7.0" val catsLaws = "2.13.0" val discipline = "1.7.0" - val fs2 = "3.13.0" + val fs2 = "3.14.0" val junit = "4.13.2" val portableReflect = "1.1.3" val scalaJavaTime = "2.4.0"