From 45dbc511bacc8e16291a99f6a728e609a721ee2d Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 20:17:54 +0000 Subject: [PATCH] Update http4s-core, http4s-laws to 0.23.24 in series/0.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f5e7723..ea91d9a 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ ThisBuild / tlSkipIrrelevantScalas := true lazy val root = project.in(file(".")).aggregate(scalaXml2, scalaXml1).enablePlugins(NoPublishPlugin) -val http4sVersion = "0.23.22" +val http4sVersion = "0.23.24" val scalacheckXmlVersion = "0.1.0" val scalaXml1Version = "1.3.1" val scalaXml2Version = "2.2.0"