From eeeeff0702dfc32b8378c48d8061bbd146113774 Mon Sep 17 00:00:00 2001 From: Casey Date: Wed, 13 Apr 2022 13:48:24 -0700 Subject: [PATCH] fix artifact name in IO_GRPC_GRPC_JAVA_ARTIFACTS --- repositories.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repositories.bzl b/repositories.bzl index 6e08175455..3d8f86c7d6 100644 --- a/repositories.bzl +++ b/repositories.bzl @@ -15,7 +15,7 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [ "com.google.auth:google-auth-library-credentials:0.22.0", "com.google.auth:google-auth-library-oauth2-http:0.22.0", "com.google.code.findbugs:jsr305:3.0.2", - "com.google.code.gson:gson:jar:2.8.9", + "com.google.code.gson:gson:2.8.9", "com.google.auto.value:auto-value:1.7.4", "com.google.auto.value:auto-value-annotations:1.7.4", "com.google.errorprone:error_prone_annotations:2.9.0",