From a28c98e88dd2aba255ef7d4454596dd1080615fa Mon Sep 17 00:00:00 2001 From: "scala-steward-gatling[bot]" <140393974+scala-steward-gatling[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 02:53:32 +0000 Subject: [PATCH] chore: update http4s-ember-server from 0.23.31 to 0.23.32 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b4c616a..f421035 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ lazy val root = (project in file(".")) libraryDependencies ++= Seq( "com.disneystreaming.smithy4s" %% "smithy4s-http4s" % smithy4sVersion.value, "com.disneystreaming.smithy4s" %% "smithy4s-http4s-swagger" % smithy4sVersion.value, - "org.http4s" %% "http4s-ember-server" % "0.23.31", + "org.http4s" %% "http4s-ember-server" % "0.23.32", // same version as in smithy4s // scope should be "compile-internal" but IntelliJ does not understand it https://youtrack.jetbrains.com/issue/SCL-18284 "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.38.0" % "provided",