From 2fdbe78ff910ee5da446d57b11df5cf7fe85c792 Mon Sep 17 00:00:00 2001 From: Banno Autobot Steward <54004675+banno-autobot-steward@users.noreply.github.com> Date: Wed, 30 Aug 2023 11:37:44 -0500 Subject: [PATCH] Update fs2-reactive-streams to 3.9.0 (#231) Co-authored-by: Autobot --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bf0ffc2..8dda0f8 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ val azureCosmosV = "4.49.0" val catsV = "2.10.0" val catsEffectV = "3.5.1" val circeJackson210V = "0.14.0" -val fs2V = "3.8.0" +val fs2V = "3.9.0" val circeV = "0.14.5" val munitV = "0.7.29" val munitCatsEffectV = "1.0.7"