From 893ac37db103aaba5053cce09ed4805fb597bf68 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 1 Sep 2024 00:11:19 +0000 Subject: [PATCH] Update fs2-core, 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 b04853c..daba38a 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ val profigVersion = "3.4.4" val reactifyVersion = "4.0.8" val mongoScalaDriverVersion = "4.7.2" val catsEffectVersion: String = "3.3.14" -val fs2Version: String = "3.3.0" +val fs2Version: String = "3.11.0" val scalatestVersion: String = "3.2.14" val catsEffectTestingVersion: String = "1.4.0"