From 70bcd7a0b6c7b6172dd4da486a570b855984b1fa Mon Sep 17 00:00:00 2001 From: "scala-steward-gatling[bot]" <140393974+scala-steward-gatling[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 10:57:25 +0000 Subject: [PATCH] chore: update http4s-ember-server from 0.23.30 to 0.23.31 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fe17e80..b4c616a 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.30", + "org.http4s" %% "http4s-ember-server" % "0.23.31", // 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",