From eb4e4b6fed5a6119650abbc2d00d585ee03652e0 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:16:48 +0000 Subject: [PATCH] Update http4s-client, http4s-core, ... to 0.23.24 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f95d5d1..ccc0f8f 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ val scala213 = "2.13.8" val scala212 = "2.12.15" val dotty = "3.0.2" -val Http4sVersion = "0.23.21" +val Http4sVersion = "0.23.24" val FinagleVersion = "22.12.0" val supportedScalaVersions = List(scala213,scala212,dotty)