From 0e2b50cd818075feff0793aa81a7e8727555458c Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 31 Oct 2024 08:45:08 +0100 Subject: [PATCH] Update http4s-client, http4s-core, ... to 1.0.0-M43 (#446) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 414947b..cfc4160 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ val Version = new { val CatsMtl = "1.5.0" val Circe = "0.14.10" val Fs2 = "3.11.0" - val Http4s = "1.0.0-M42" + val Http4s = "1.0.0-M43" val Java = "17" val Log4Cats = "2.7.0" val Munit = "1.0.2"