From 87db2f8045460eb13a0e2eaceed0f5fc3ff375e4 Mon Sep 17 00:00:00 2001 From: "banno-diy-steward[bot]" <407453+banno-diy-steward[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 16:03:31 +0000 Subject: [PATCH] Update fs2-core to 3.9.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 148407c..c809aae 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ val azureCosmosV = "4.51.0" val catsV = "2.10.0" val catsEffectV = "3.5.2" val circeJackson210V = "0.14.0" -val fs2V = "3.9.2" +val fs2V = "3.9.3" val circeV = "0.14.6" val munitV = "0.7.29" val munitCatsEffectV = "1.0.7"