From 84eca3b2b42039c9c564368498491a037df49e21 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 29 Mar 2024 00:24:36 +0000 Subject: [PATCH] Update fs2-core, fs2-io, ... to 3.10.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a14675880c..ab17d89dc2 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.10.1" +val fs2_3_version = "3.10.2" val catsEffect_2_version = "2.5.5"