From 67dbb504e4c7a749de30985c93c72d22c66e88ec Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:55:51 +0100 Subject: [PATCH] Update http4s-dsl to 0.23.30 (#420) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d0ebc07f..a62c52ca 100644 --- a/build.sbt +++ b/build.sbt @@ -156,7 +156,7 @@ def pekkoHttpInExamples = { Seq(pekkoStream, pekkoHttp, pekkoHttpSprayJson) } -val http4sVersion = "0.23.29" +val http4sVersion = "0.23.30" val http4s = Def.setting("org.http4s" %%% "http4s-dsl" % http4sVersion) val http4sStirVersion = "0.4.0"