From 675508f6f8c9a6f76c4824084cb8753b29945abf Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 5 Nov 2024 00:22:49 +0000 Subject: [PATCH] Update http4s-blaze-server to 0.23.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c888ec9f..082a528b 100644 --- a/build.sbt +++ b/build.sbt @@ -71,7 +71,7 @@ lazy val app: Project = (project in file("app")) libraryDependencies ++= Seq( "com.softwaremill.sttp.client3" %% "core" % sttpClientVersion, "org.http4s" %% "http4s-dsl" % http4sVersion, - "org.http4s" %% "http4s-blaze-server" % "0.23.16", + "org.http4s" %% "http4s-blaze-server" % "0.23.17", "com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % tapirVersion, "com.monovore" %% "decline" % declineVersion, "com.monovore" %% "decline-effect" % declineVersion,