From 3d52c66835e42f0c1503a53563df3002944c1952 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 00:46:20 +0000 Subject: [PATCH] Update http4s-core to 1.0.0-M43 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8b5dc50..c7fafe3 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ ThisBuild / crossScalaVersions := Seq(scala213, scala3) libraryDependencies ++= Seq( "org.typelevel" %% "fabric-io" % "1.11.2", - "org.http4s" %% "http4s-core" % "1.0.0-M40", + "org.http4s" %% "http4s-core" % "1.0.0-M43", "org.typelevel" %% "cats-effect" % "3.5.2" )