From 0399f38a163c76a7c3fe9c5be25dbd89fd4717cb Mon Sep 17 00:00:00 2001 From: Loo Rong Jie Date: Tue, 10 Jul 2018 03:08:36 -0700 Subject: Update third_party/protobuf to 3.6.0 Fixes #5439. PiperOrigin-RevId: 203917717 --- WORKSPACE | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'WORKSPACE') 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( -- cgit v1.2.3