From e95a18bd5d2a8152a9dcdca2b5e4c3372dd110fc Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 24 Oct 2024 00:28:49 +0000 Subject: [PATCH] Update http4s-ember-client to 0.23.29 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 45c6ddf66..df919d39d 100644 --- a/build.sbt +++ b/build.sbt @@ -708,7 +708,7 @@ lazy val http4sBackend = (projectMatrix in file("http4s-backend")) name := "http4s-backend", libraryDependencies ++= Seq( "org.http4s" %% "http4s-client" % http4s_ce3_version, - "org.http4s" %% "http4s-ember-client" % "0.23.28" % Optional, + "org.http4s" %% "http4s-ember-client" % "0.23.29" % Optional, "org.http4s" %% "http4s-blaze-client" % "0.23.16" % Optional ), evictionErrorLevel := Level.Info