From aec9a56eaf781d4b3e409b5e791724ba2745719d Mon Sep 17 00:00:00 2001 From: "Anthony J. Pratti" Date: Fri, 6 Oct 2023 16:26:34 -0400 Subject: [PATCH] cleanup: protobuf_java_lite typo in IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS (#10592) --- repositories.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repositories.bzl b/repositories.bzl index 0d5233f8c7..24fae134a5 100644 --- a/repositories.bzl +++ b/repositories.bzl @@ -60,7 +60,7 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [ IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS = { "com.google.protobuf:protobuf-java": "@com_google_protobuf//:protobuf_java", "com.google.protobuf:protobuf-java-util": "@com_google_protobuf//:protobuf_java_util", - "com.google.protobuf:protobuf-javalite": "@com_google_protobuf_javalite//:protobuf_java_lite", + "com.google.protobuf:protobuf-javalite": "@com_google_protobuf_javalite//:protobuf_javalite", "io.grpc:grpc-alts": "@io_grpc_grpc_java//alts", "io.grpc:grpc-api": "@io_grpc_grpc_java//api", "io.grpc:grpc-auth": "@io_grpc_grpc_java//auth",