From 9b908d616e0da4d8d10284c9c9e511c78a778823 Mon Sep 17 00:00:00 2001 From: softwaremill-ci Date: Thu, 24 Oct 2024 02:40:31 +0200 Subject: [PATCH] Update http4s-ember-client to 0.23.29 (#2324) --- 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