From 63c9ede72a9564bd67c3aeaac4a7d29ca2d8d3f6 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 20:27:45 +0000 Subject: [PATCH] Update http4s-core, http4s-laws to 1.0.0-M34 in main --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5f412b6..3da6ca7 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ ThisBuild / scalaVersion := Scala213 lazy val root = project.in(file(".")).aggregate(scalatags).enablePlugins(NoPublishPlugin) -val http4sVersion = "1.0.0-M33" +val http4sVersion = "1.0.0-M34" val scalatagsVersion = "0.11.1" val munitVersion = "0.7.29" val munitCatsEffectVersion = "1.0.7"