From afa1e23177198bb158fa8d33065189a45898a24f Mon Sep 17 00:00:00 2001 From: datahub-rewrite-bot Date: Sun, 23 Jun 2024 13:10:45 +0000 Subject: [PATCH] Update googleapis-http4s-bigquery to 0.4.3-v2-20240526 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 031fe763..c024c32a 100644 --- a/build.sbt +++ b/build.sbt @@ -172,7 +172,7 @@ lazy val `http4s-client` = crossProject(JVMPlatform) // needed because of hard-link in http4s-grpc // https://github.com/davenverse/http4s-grpc/pull/89 "org.http4s" %% "http4s-ember-core" % "0.23.27", - "net.hamnaberg.googleapis" %% "googleapis-http4s-bigquery" % "0.4.2-v2-20240423", + "net.hamnaberg.googleapis" %% "googleapis-http4s-bigquery" % "0.4.3-v2-20240526", "com.permutive" %% "gcp-auth" % "1.0.0" ) },