From 95cd869f2fabe2a844803f0059c6dcba52a25baf Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 16 Nov 2023 01:26:48 +0100 Subject: [PATCH] Update http4s-dsl to 0.23.24 (#330) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b560fafd..349ddf38 100644 --- a/build.sbt +++ b/build.sbt @@ -162,7 +162,7 @@ def pekkoHttpInExamples = { Seq(pekkoStream, pekkoHttp, pekkoHttpSprayJson) } -val http4sVersion = "0.23.23" +val http4sVersion = "0.23.24" val http4s = "org.http4s" %% "http4s-dsl" % http4sVersion val http4sStirVersion = "0.2"