From 07dd4120f2b099641708dd2f58bbccddb91cf2f7 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 20:12:24 +0000 Subject: [PATCH] Update http4s-client, http4s-core, ... to 0.23.30 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f95d5d1..a8aafea 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.30" val FinagleVersion = "22.12.0" val supportedScalaVersions = List(scala213,scala212,dotty)