From 471d1fd7efe78046606f9851a27b2ea72e9a2c65 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 14:45:32 +0000 Subject: [PATCH] Update http4s-jawn, http4s-laws, ... to 0.23.36 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 01a7d55..64f6840 100644 --- a/build.sbt +++ b/build.sbt @@ -41,7 +41,7 @@ ThisBuild / tlVersionIntroduced := Map("3" -> "0.23.12") lazy val root = project.in(file(".")).aggregate(playJson).enablePlugins(NoPublishPlugin) -val http4sVersion = "0.23.34" +val http4sVersion = "0.23.36" val playJsonVersion = "3.0.6" val munitVersion = "1.3.0" val munitCatsEffectVersion = "2.2.0"