aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Vladimir Moskva <vladmos@google.com>2017-09-01 15:03:05 +0200
committerGravatar Vladimir Moskva <vladmos@google.com>2017-09-01 15:29:38 +0200
commit285791ad32319b7f95809e6795dfe837089f6d7a (patch)
tree12725be232bc89b6fac79e636c600745de148b8a /WORKSPACE
parented3275d18dce18c4f158a4e56edb7bd8e0c752eb (diff)
Update third_party/protobuf from 3.2.0 to 3.4.0
Change-Id: I3648aadad5895f80051ada39d0ca862dd437cc58 PiperOrigin-RevId: 167266028
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE8
1 files changed, 4 insertions, 4 deletions
diff --git a/WORKSPACE b/WORKSPACE
index e5312c2720..0183d49a8e 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -74,14 +74,14 @@ bind(
new_local_repository(
name = "com_google_protobuf",
- build_file = "./third_party/protobuf/3.2.0/BUILD",
- path = "./third_party/protobuf/3.2.0/",
+ build_file = "./third_party/protobuf/3.4.0/BUILD",
+ path = "./third_party/protobuf/3.4.0/",
)
new_local_repository(
name = "com_google_protobuf_java",
- build_file = "./third_party/protobuf/3.2.0/com_google_protobuf_java.BUILD",
- path = "./third_party/protobuf/3.2.0/",
+ build_file = "./third_party/protobuf/3.4.0/com_google_protobuf_java.BUILD",
+ path = "./third_party/protobuf/3.4.0/",
)
new_local_repository(