From 8f7b41d7244aceb442d1134ce05c370134a22f27 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 16:21:20 +0000 Subject: [PATCH] Update http4s-client, http4s-dsl, ... to 1.0.0-M41 in series/1.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f5264e2..12ce34a 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ ThisBuild / Test / javaOptions += "-Dcom.linecorp.armeria.verboseResponses=true val versions = new { val armeria = "1.27.2" val fs2 = "3.9.4" - val http4s = "1.0.0-M40" + val http4s = "1.0.0-M41" val logback = "1.2.13" val micrometer = "1.9.2" val munit = "0.7.29"