aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/grpc/README.bazel.md
diff options
context:
space:
mode:
authorGravatar Jakob Buchgraber <buchgr@google.com>2018-03-07 16:13:48 +0100
committerGravatar Jakob Buchgraber <buchgr@google.com>2018-03-07 16:14:54 +0100
commita4b4f8fb1c67a0d0489439a23e4b094816c2a71e (patch)
treeaa88d685a7c82666fb5713082c488b7cb55057d7 /third_party/grpc/README.bazel.md
parent6faa6c06fc5410565a9e491c5ae457075109eb40 (diff)
update grpc-java to 1.10.0
Diffstat (limited to 'third_party/grpc/README.bazel.md')
-rw-r--r--third_party/grpc/README.bazel.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/grpc/README.bazel.md b/third_party/grpc/README.bazel.md
index afdcaf245a..1b3521fd77 100644
--- a/third_party/grpc/README.bazel.md
+++ b/third_party/grpc/README.bazel.md
@@ -11,9 +11,9 @@
# How to update the Java plugin:
-1. Checkout commit `a6cb001147b7a53c11516b5fdfec32aa21a1a9fa` from https://github.com/grpc/grpc-java
+1. Checkout tag `v1.10.0` from https://github.com/grpc/grpc-java
2. `cp -R <grpc-java git tree>/compiler/src/java_plugin third_party/grpc/compiler/src`
# How to update the Java code:
-Download the necessary jars at version `1.7.0` from maven central.
+Download the necessary jars at version `1.10.0` from maven central.