aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Jakob Buchgraber <buchgr@google.com>2017-05-02 11:53:15 +0200
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2017-05-02 15:42:06 +0200
commit6e12e656722b32b25a4278e8211b8f0b2b01c0fd (patch)
treeb38ea013b3b8dffc0b03a309ba9a6bbaad4384f0 /WORKSPACE
parent9b3b2e9dd488d99266e6f4b8e41450074a9ace68 (diff)
Update protobuf dependency to 3.2.0
Change-Id: I32f6b16955ecefc242af8d9261418452d698c9ff PiperOrigin-RevId: 154812955
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE14
1 files changed, 10 insertions, 4 deletions
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.