From 925d1bd6a88f08c56b49e9b3e7d852b6d0179c93 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 20:27:39 +0000 Subject: [PATCH] Update http4s-core, http4s-laws, ... to 0.23.13 in series/0.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 84c5aa3..1bbae35 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.12" +val http4sVersion = "0.23.13" val scalacheckXmlVersion = "0.1.0" val scalaXml1Version = "1.3.0" val scalaXml2Version = "2.1.0"