aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar jingwen <jingwen@google.com>2018-07-09 07:42:16 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-07-09 07:43:43 -0700
commitee62862c3dd52634ac5ec722b98b8a0c994e7155 (patch)
tree7af1711f8e877fb7cf942bbab80097758a36b44f /WORKSPACE
parent6fd4e0edd4de22dec9eda13dc0b29214f2ca117e (diff)
Sync jmmv@'s table styles for the docs.bazel.build site.
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE12
1 files changed, 6 insertions, 6 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 13b6cee0ff..6ac9c6faa7 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -69,20 +69,20 @@ bind(
new_local_repository(
name = "com_google_protobuf",
- build_file = "./third_party/protobuf/3.6.0/BUILD",
- path = "./third_party/protobuf/3.6.0/",
+ build_file = "./third_party/protobuf/3.4.0/BUILD",
+ path = "./third_party/protobuf/3.4.0/",
)
new_local_repository(
name = "com_google_protobuf_cc",
- build_file = "./third_party/protobuf/3.6.0/BUILD",
- path = "./third_party/protobuf/3.6.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.6.0/com_google_protobuf_java.BUILD",
- path = "./third_party/protobuf/3.6.0/",
+ build_file = "./third_party/protobuf/3.4.0/com_google_protobuf_java.BUILD",
+ path = "./third_party/protobuf/3.4.0/",
)
new_local_repository(