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