From 8c9c5a1157187357c8f74dbc9bdc75b3513c3973 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:13:27 +0000 Subject: [PATCH] Update http4s-dsl, http4s-server to 0.23.30 in series/0.24 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 76fac437..e9bc12f0 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ lazy val root = tlCrossRootProject.aggregate(servlet, examples) val asyncHttpClientVersion = "2.12.3" val jettyVersion = "10.0.24" -val http4sVersion = "0.23.29" +val http4sVersion = "0.23.30" val munitCatsEffectVersion = "2.0.0" val servletApiVersion = "4.0.1"