From c1898e7779830ea3a74103aff59297b3fb6a6aac 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:31 +0000 Subject: [PATCH] Update http4s-jawn, http4s-laws, ... to 0.23.24 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a6d5309..54840fc 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ ThisBuild / tlVersionIntroduced := Map("3" -> "0.23.12") lazy val root = project.in(file(".")).aggregate(playJson).enablePlugins(NoPublishPlugin) -val http4sVersion = "0.23.23" +val http4sVersion = "0.23.24" val playJsonVersion = "3.0.1" val munitVersion = "1.0.0-M10" val munitCatsEffectVersion = "2.0.0-M3"