From a0d60b2cec36747acb349d9a8bb3a8adb1257014 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 04:13:32 +0000 Subject: [PATCH] Update fs2-core to 3.9.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d622595..8072b7a 100644 --- a/build.sbt +++ b/build.sbt @@ -96,7 +96,7 @@ Global / fileServicePort := { } val catsEffectVersion = "3.5.5" -val fs2Version = "3.9.3" +val fs2Version = "3.9.4" val http4sVersion = buildinfo.BuildInfo.http4sVersion // share version with build project val scalaJSDomVersion = "2.8.0" val circeVersion = "0.14.2"