From e7541674b6c2e82f9a31acf368bbda6e91eade89 Mon Sep 17 00:00:00 2001 From: datahub-rewrite-bot Date: Sun, 13 Jul 2025 13:20:25 +0000 Subject: [PATCH] Update gcp-auth to 2.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b7cdc5fb..b4b27fc6 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.30", "net.hamnaberg.googleapis" %% "googleapis-http4s-bigquery" % "0.6.1-v2-20241111", - "com.permutive" %% "gcp-auth" % "1.2.0" + "com.permutive" %% "gcp-auth" % "2.1.0" ) }, Compile / doc / scalacOptions ++= Seq(