From 6fd4e0edd4de22dec9eda13dc0b29214f2ca117e Mon Sep 17 00:00:00 2001 From: Loo Rong Jie Date: Thu, 21 Jun 2018 11:29:04 +0800 Subject: Update protobuf to 3.6.0. Fixes #5439 --- WORKSPACE | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'WORKSPACE') 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( -- cgit v1.2.3