From 1fb9c1e2e4ed32970817b258ed50f7a8965c20d4 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 12:18:06 +0000 Subject: [PATCH] Update http4s-circe, http4s-client, ... to 1.0.0-M42 in main --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 396cf848..2727519c 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ inThisBuild( ) ) -val http4sVersion = "1.0.0-M41" +val http4sVersion = "1.0.0-M42" val jetty = "12.0.7"