From 83ec3b53cad0ddad457c058810ca74e61dcb9f7e 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:15:27 +0000 Subject: [PATCH] Update http4s-circe, http4s-dsl, ... to 1.0.0-M44 in main --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 6fb42550..7c538c5a 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -3,7 +3,7 @@ import Keys._ // format: off object Dependencies { - val http4sVersion = "1.0.0-M35" + val http4sVersion = "1.0.0-M44" val circeVersion = "0.14.2" val scala_213 = "2.13.8"