From 6e12e656722b32b25a4278e8211b8f0b2b01c0fd Mon Sep 17 00:00:00 2001 From: Jakob Buchgraber Date: Tue, 2 May 2017 11:53:15 +0200 Subject: Update protobuf dependency to 3.2.0 Change-Id: I32f6b16955ecefc242af8d9261418452d698c9ff PiperOrigin-RevId: 154812955 --- WORKSPACE | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'WORKSPACE') diff --git a/WORKSPACE b/WORKSPACE index 0f215c8a30..31518dab60 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -27,6 +27,12 @@ bind( actual = "//third_party:guava", ) +# Used by //third_party/protobuf:protobuf_python +bind( + name = "six", + actual = "//third_party/py/six", +) + # For tools/cpp/test/... load("//tools/cpp/test:docker_repository.bzl", "docker_repository") docker_repository() @@ -52,14 +58,14 @@ bind(name = "xcrunwrapper", actual = "@bazel_tools//tools/objc:xcrunwrapper") new_local_repository( name = "com_google_protobuf", - path = "./third_party/protobuf/3.0.0/", - build_file = "./third_party/protobuf/3.0.0/BUILD", + path = "./third_party/protobuf/3.2.0/", + build_file = "./third_party/protobuf/3.2.0/BUILD" ) new_local_repository( name = "com_google_protobuf_java", - path = "./third_party/protobuf/3.0.0/", - build_file = "./third_party/protobuf/3.0.0/com_google_protobuf_java.BUILD", + path = "./third_party/protobuf/3.2.0/", + build_file = "./third_party/protobuf/3.2.0/com_google_protobuf_java.BUILD", ) # OpenJDK distributions used to create a version of Bazel bundled with the OpenJDK. -- cgit v1.2.3