From 6fbd26e88f992954ce4824f5c352b0e70d2735e5 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:19 +0000 Subject: [PATCH] Update fs2-reactive-streams to 3.9.4 in series/1.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fb59929..b016946 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ ThisBuild / Test / javaOptions += "-Dcom.linecorp.armeria.verboseResponses=true val versions = new { val armeria = "1.26.4" - val fs2 = "3.9.3" + val fs2 = "3.9.4" val http4s = "1.0.0-M40" val logback = "1.2.13" val micrometer = "1.9.2"