From 260828806f3ff69c3e998995a13533eda6a59673 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 16:18:42 +0000 Subject: [PATCH] Update fs2-reactive-streams to 3.10.2 in series/1.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0cd3342..6e60c58 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.27.2" - val fs2 = "3.10.1" + val fs2 = "3.10.2" val http4s = "1.0.0-M40" val logback = "1.2.13" val micrometer = "1.9.2"