From 1485daf1a5efbe61f6970a3697140a396ad8ccc3 Mon Sep 17 00:00:00 2001 From: "etspaceman-scala-steward-app[bot]" <149607074+etspaceman-scala-steward-app[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 13:58:39 -0500 Subject: [PATCH] Update fs2-core, fs2-reactive-streams to 3.11.0 (#372) Co-authored-by: scala-steward[bot] <417002+ etspaceman-scala-steward-app[bot]@users.noreply.github.com> --- project/LibraryDependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/LibraryDependencies.scala b/project/LibraryDependencies.scala index 60ba3b33..bb1e1930 100644 --- a/project/LibraryDependencies.scala +++ b/project/LibraryDependencies.scala @@ -13,7 +13,7 @@ object LibraryDependencies { } object FS2 { - val fs2Version = "3.10.2" + val fs2Version = "3.11.0" val core = Def.setting("co.fs2" %%% "fs2-core" % fs2Version) val reactiveStreams = "co.fs2" %% "fs2-reactive-streams" % fs2Version }