From 8b7d2207d14196455301319a7e28adebe1740b0b Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 16:27:52 +0000 Subject: [PATCH] Update fs2-core to 3.5.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6d937a49..ae9255c1 100644 --- a/build.sbt +++ b/build.sbt @@ -89,7 +89,7 @@ Global / fileServicePort := { } val catsEffectVersion = "3.4.5" -val fs2Version = "3.4.0" +val fs2Version = "3.5.0" val http4sVersion = buildinfo.BuildInfo.http4sVersion // share version with build project val scalaJSDomVersion = "2.3.0" val circeVersion = "0.14.2"