From abcf5def69765a38b79e1a87c76984c1489d05fc Mon Sep 17 00:00:00 2001 From: datahub-rewrite-bot Date: Sun, 15 Sep 2024 13:13:07 +0000 Subject: [PATCH] Update http4s-ember-core to 0.23.28 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 023aa204..2a14fcde 100644 --- a/build.sbt +++ b/build.sbt @@ -171,7 +171,7 @@ lazy val `http4s-client` = crossProject(JVMPlatform) .exclude("org.http4s", s"http4s-dsl_${binaryVersion}"), // needed because of hard-link in http4s-grpc // https://github.com/davenverse/http4s-grpc/pull/89 - "org.http4s" %% "http4s-ember-core" % "0.23.27", + "org.http4s" %% "http4s-ember-core" % "0.23.28", "net.hamnaberg.googleapis" %% "googleapis-http4s-bigquery" % "0.4.4-v2-20240714", "com.permutive" %% "gcp-auth" % "1.1.0" )