From 8e5eac7a0fbfa711980544c5096a1d2284c29427 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 20:16:53 +0000 Subject: [PATCH] Update fs2-core to 3.9.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b4d3d06e..8c106d61 100644 --- a/build.sbt +++ b/build.sbt @@ -89,7 +89,7 @@ Global / fileServicePort := { } val catsEffectVersion = "3.5.1" -val fs2Version = "3.9.0" +val fs2Version = "3.9.2" val http4sVersion = buildinfo.BuildInfo.http4sVersion // share version with build project val scalaJSDomVersion = "2.6.0" val circeVersion = "0.14.2"