From d86f67947389e9a2a17d92ff94844eb9018d4d6e Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 27 Aug 2024 00:25:56 +0000 Subject: [PATCH] Update fs2-io, fs2-reactive-streams to 3.11.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4b33ec0db..22c0708dc 100644 --- a/build.sbt +++ b/build.sbt @@ -127,7 +127,7 @@ val play29JsonVersion = "2.10.6" val playJsonVersion = "3.0.4" val catsEffect_3_version = "3.5.4" -val fs2_3_version = "3.10.2" +val fs2_3_version = "3.11.0" val catsEffect_2_version = "2.5.5"