From e4b62a2db6a21139d382ba9df6339744c211a944 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:18:12 +0000 Subject: [PATCH] Update 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 ac62bea5..efd87230 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ val collectionCompatVersion = "2.14.0" val catsVersion = "2.13.0" val catsEffectVersion = "3.7.1" -val fs2Version = "3.13.0" +val fs2Version = "3.14.0" // Publishing