diff --git a/build.sbt b/build.sbt index abccd36a..ea4f2fc9 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.3-v2-20240526", + "net.hamnaberg.googleapis" %% "googleapis-http4s-bigquery" % "0.4.4-v2-20240714", "com.permutive" %% "gcp-auth" % "1.1.0" ) },