From 1f06f18f60dadd8dd3be5f03e033ed2a6ece5db1 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Mon, 25 Mar 2024 00:23:05 +0000 Subject: [PATCH] Update fs2-io, fs2-reactive-streams to 3.10.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a3d88812ee..4f3c266039 100644 --- a/build.sbt +++ b/build.sbt @@ -128,7 +128,7 @@ val play29JsonVersion = "2.10.4" val playJsonVersion = "3.0.2" val catsEffect_3_version = "3.5.4" -val fs2_3_version = "3.9.4" +val fs2_3_version = "3.10.1" val catsEffect_2_version = "2.5.5"