From fbadd963d44cf49b885d54615026993c17869a20 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:13:10 +0000 Subject: [PATCH] Update http4s-core, http4s-laws 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 87f14f7..1208ad6 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ ThisBuild / crossScalaVersions := Seq(Scala213, "3.2.1") lazy val root = tlCrossRootProject.aggregate(scalatags) -val http4sVersion = "1.0.0-M39" +val http4sVersion = "1.0.0-M44" val scalatagsVersion = "0.12.0" val munitVersion = "1.0.0-M7" val munitCatsEffectVersion = "2.0.0-M3"