From b08d0a1b983e5287e9520bacfe9d837794538565 Mon Sep 17 00:00:00 2001 From: "Indoor Vivants Steward[bot]" <228215+Indoor+Vivants+Steward[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 20:08:36 +0000 Subject: [PATCH] Update http4s-ember-server to 0.23.30 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2a1aea3..2f07f35 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ import smithy4s.codegen.Smithy4sCodegenPlugin Global / onChangedBuildSource := ReloadOnSourceChanges val Versions = new { - val http4s = "0.23.19" + val http4s = "0.23.30" val Scala = "3.3.4"