From 4868753dda9795c15b10f3265e84c809701b968e Mon Sep 17 00:00:00 2001 From: Autobot Date: Tue, 1 Aug 2023 04:24:31 +0000 Subject: [PATCH] Update fs2-reactive-streams to 3.8.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1278c21..ef1347f 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ val catsV = "2.9.0" val catsEffectV = "3.5.1" val circeJackson210V = "0.14.0" val documentDBBulkExecV = "2.12.5" -val fs2V = "3.7.0" +val fs2V = "3.8.0" val circeV = "0.14.5" val munitV = "0.7.29" val munitCatsEffectV = "1.0.7"