From d68a3e20e7125fd0bb4639ff310923b8339b6c11 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 16:19:28 +0000 Subject: [PATCH] Update http4s-client, http4s-core, ... to 0.23.37 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6f0949b..70b1860 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ ThisBuild / tlBaseVersion := "0.6" -val http4sVersion = "0.23.36" +val http4sVersion = "0.23.37" val natchezVersion = "0.3.10" val scala212Version = "2.12.21" val scala213Version = "2.13.18"