From 7f1304b1e59622c17e2936c9178f8cdd87792af8 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 20:16:28 +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 1785bb5..6c5b2d5 100644 --- a/build.sbt +++ b/build.sbt @@ -96,7 +96,7 @@ Global / fileServicePort := { } val catsEffectVersion = "3.5.2" -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"