From 4706ea6e550d2c6d2bf38246c83bac64879ec585 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 16 Nov 2023 00:23:43 +0000 Subject: [PATCH] Update http4s-dsl to 0.23.24 --- 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"