aboutsummaryrefslogtreecommitdiff
path: root/repositories.bzl
diff options
context:
space:
mode:
authorCarl Mastrangelo <notcarl@google.com>2017-11-30 11:50:19 -0800
committerGitHub <noreply@github.com>2017-11-30 11:50:19 -0800
commitaee5fc4176d7ee9c9ed70e9aa656d842739490fc (patch)
treee38ed04b0b4af9a16e54951f596b4897f0eae10b /repositories.bzl
parentd080bae2a144cfeaec9701392a8d7f39bfc34acb (diff)
downloadgrpc-grpc-java-aee5fc4176d7ee9c9ed70e9aa656d842739490fc.tar.gz
all: update to proto 3.5.0
Diffstat (limited to 'repositories.bzl')
-rw-r--r--repositories.bzl8
1 files changed, 4 insertions, 4 deletions
diff --git a/repositories.bzl b/repositories.bzl
index 39d7017d9..c179855c3 100644
--- a/repositories.bzl
+++ b/repositories.bzl
@@ -139,8 +139,8 @@ def com_google_protobuf():
native.http_archive(
name = "com_google_protobuf",
sha256 = "542703acadc3f690d998f4641e1b988f15ba57ebca05fdfb1cd9095bec007948",
- strip_prefix = "protobuf-3.4.0",
- urls = ["https://github.com/google/protobuf/archive/v3.4.0.zip"],
+ strip_prefix = "protobuf-3.5.0",
+ urls = ["https://github.com/google/protobuf/archive/v3.5.0.zip"],
)
def com_google_protobuf_java():
@@ -149,8 +149,8 @@ def com_google_protobuf_java():
native.http_archive(
name = "com_google_protobuf_java",
sha256 = "542703acadc3f690d998f4641e1b988f15ba57ebca05fdfb1cd9095bec007948",
- strip_prefix = "protobuf-3.4.0",
- urls = ["https://github.com/google/protobuf/archive/v3.4.0.zip"],
+ strip_prefix = "protobuf-3.5.0",
+ urls = ["https://github.com/google/protobuf/archive/v3.5.0.zip"],
)
def com_google_protobuf_nano_protobuf_javanano():