From 6f85a3e954b3c0526ad1314b7d25dbb5a8302ff0 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:13:38 +0000 Subject: [PATCH] Update http4s-jawn, http4s-laws to 0.23.29 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b6ede19..68e1f9f 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ ThisBuild / tlVersionIntroduced := Map("3" -> "0.23.12") lazy val root = project.in(file(".")).aggregate(playJson).enablePlugins(NoPublishPlugin) -val http4sVersion = "0.23.28" +val http4sVersion = "0.23.29" val playJsonVersion = "3.0.4" val munitVersion = "1.0.0" val munitCatsEffectVersion = "2.0.0"