aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Loo Rong Jie <loorongjie@gmail.com>2018-07-10 03:08:36 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-07-10 03:09:45 -0700
commit0399f38a163c76a7c3fe9c5be25dbd89fd4717cb (patch)
treea5c7671c2bf235549c4d284f82a0aa7138ef59b3 /WORKSPACE
parent9162bd920751d3e8c7b0fc3af3009af7e4b3b828 (diff)
Update third_party/protobuf to 3.6.0
Fixes #5439. PiperOrigin-RevId: 203917717
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE12
1 files changed, 6 insertions, 6 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 74a3c4e5c3..e5ebb0c6f2 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -69,20 +69,20 @@ bind(
new_local_repository(
name = "com_google_protobuf",
- build_file = "./third_party/protobuf/3.4.0/BUILD",
- path = "./third_party/protobuf/3.4.0/",
+ build_file = "./third_party/protobuf/3.6.0/BUILD",
+ path = "./third_party/protobuf/3.6.0/",
)
new_local_repository(
name = "com_google_protobuf_cc",
- build_file = "./third_party/protobuf/3.4.0/BUILD",
- path = "./third_party/protobuf/3.4.0/",
+ build_file = "./third_party/protobuf/3.6.0/BUILD",
+ path = "./third_party/protobuf/3.6.0/",
)
new_local_repository(
name = "com_google_protobuf_java",
- build_file = "./third_party/protobuf/3.4.0/com_google_protobuf_java.BUILD",
- path = "./third_party/protobuf/3.4.0/",
+ build_file = "./third_party/protobuf/3.6.0/com_google_protobuf_java.BUILD",
+ path = "./third_party/protobuf/3.6.0/",
)
new_local_repository(