From 9e307c327d15506781650d2b8c08f93f31fd3663 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 00:46:06 +0000 Subject: [PATCH] Update http4s-client, http4s-dsl, ... to 1.0.0-M43 in series/1.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index be70ab1..c396235 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.30.1" val fs2 = "3.11.0" - val http4s = "1.0.0-M42" + val http4s = "1.0.0-M43" val log4cats = "2.7.0" val logback = "1.2.13" val micrometer = "1.9.2"