aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Loo Rong Jie <loorongjie@gmail.com>2018-06-21 11:29:04 +0800
committerGravatar Jakob Buchgraber <buchgr@google.com>2018-07-09 15:50:41 +0200
commita2cac548616e6e6f433df27146c2971f352a4041 (patch)
treee05b713ab4eceb88e6686e34e2a98426b16009bc /WORKSPACE
parent4e42e1767d1752d6e3fde78a6b184c2231b12ebb (diff)
Update protobuf to 3.6.0. Fixes #5439
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE12
1 files changed, 6 insertions, 6 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 6ac9c6faa7..13b6cee0ff 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(