From 8e8c00110f60e16cb536cd0f7dcd588a4a91a22b Mon Sep 17 00:00:00 2001 From: "horothesun-scala-steward[bot]" <132169906+horothesun-scala-steward[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 22:44:15 +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 2255d13..8bae0e7 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ val catsParseVersion = "1.1.0" val catsEffectVersion = "3.6.3" -val fs2Version = "3.12.0" +val fs2Version = "3.12.2" val drosteVersion = "0.10.0"