From e649249d792bef206b0ac535503ac717635ffb20 Mon Sep 17 00:00:00 2001 From: datahub-rewrite-bot Date: Sun, 21 Jul 2024 13:11:40 +0000 Subject: [PATCH] Update gcp-auth to 1.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d16c867d..12550242 100644 --- a/build.sbt +++ b/build.sbt @@ -173,7 +173,7 @@ lazy val `http4s-client` = crossProject(JVMPlatform) // 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", - "com.permutive" %% "gcp-auth" % "1.0.0" + "com.permutive" %% "gcp-auth" % "1.1.0" ) }, Compile / doc / scalacOptions ++= Seq(