From 43839f357aa9b1a451f221a98e727af84badb608 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 20:22:00 +0000 Subject: [PATCH] Update http4s-core, http4s-laws to 0.23.27 in series/0.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c0d84fd..473c7b9 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.26" +val http4sVersion = "0.23.27" val scalacheckXmlVersion = "0.1.0" val scalaXml1Version = "1.3.1" val scalaXml2Version = "2.2.0"