From 69a97fc8f6c7689dfcbe9efe49d4a28a97d4b25e Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 16:21:46 +0000 Subject: [PATCH] Update http4s-client, http4s-core, ... to 1.0.0-M41 in main --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c25350a..751d21d 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ ThisBuild / scalaVersion := Scala213 lazy val root = project.in(file(".")).aggregate(prometheusMetrics).enablePlugins(NoPublishPlugin) -val http4sVersion = "1.0.0-M39" +val http4sVersion = "1.0.0-M41" val prometheusVersion = "0.16.0" val munitVersion = "0.7.29" val munitCatsEffectVersion = "1.0.7"