From 123f19e303f33f1e1b1fc5e30be2ea695d4d2f11 Mon Sep 17 00:00:00 2001 From: Christopher Davenport Date: Tue, 16 Jul 2024 12:17:06 -0700 Subject: [PATCH] Update fs2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f3fe0ea..609d674 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ ThisBuild / githubWorkflowBuildPreamble ++= nativeBrewInstallWorkflowSteps.value val catsV = "2.11.0" val catsEffectV = "3.5.4" -val fs2V = "3.9.4" +val fs2V = "3.10.2" val munitCatsEffectV = "2.0.0-M4"