aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/grpc/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/grpc/BUILD')
-rw-r--r--third_party/grpc/BUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/third_party/grpc/BUILD b/third_party/grpc/BUILD
index e570046629..e1463a24f2 100644
--- a/third_party/grpc/BUILD
+++ b/third_party/grpc/BUILD
@@ -15,13 +15,13 @@ config_setting(
filegroup(
name = "bootstrap-grpc-jars",
srcs = [
- "grpc-auth-1.7.0.jar",
- "grpc-netty-1.7.0.jar",
- "grpc-protobuf-1.7.0.jar",
- "grpc-protobuf-lite-1.7.0.jar",
- "grpc-stub-1.7.0.jar",
- "grpc-core-1.7.0.jar",
- "grpc-context-1.7.0.jar",
+ "grpc-auth-1.10.0.jar",
+ "grpc-netty-1.10.0.jar",
+ "grpc-protobuf-1.10.0.jar",
+ "grpc-protobuf-lite-1.10.0.jar",
+ "grpc-stub-1.10.0.jar",
+ "grpc-core-1.10.0.jar",
+ "grpc-context-1.10.0.jar",
],
)