From ec33dd253c5205d81caca187560e6647a4bfde8c Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 20:12:00 +0000 Subject: [PATCH] Update http4s-circe, http4s-client, ... to 1.0.0-M44 in main --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a94ad32db..922aa1b80 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-M43" +val http4sVersion = "1.0.0-M44" val log4catsVersion = "2.7.0" val munitCatsEffectVersion = "2.0.0"