From f3243921035a039baae30b5cd8cb0abc312f5625 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:45:50 +0000 Subject: [PATCH] Update http4s-circe, http4s-client, ... to 1.0.0-M43 in main --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fa7e5c8ff..a94ad32db 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import Dependencies._ val Scala213 = "2.13.11" val Scala3 = "3.3.1" -val http4sVersion = "1.0.0-M42" +val http4sVersion = "1.0.0-M43" val log4catsVersion = "2.7.0" val munitCatsEffectVersion = "2.0.0"