From ee62862c3dd52634ac5ec722b98b8a0c994e7155 Mon Sep 17 00:00:00 2001 From: jingwen Date: Mon, 9 Jul 2018 07:42:16 -0700 Subject: Sync jmmv@'s table styles for the docs.bazel.build site. Sources: https://github.com/bazelbuild/bazel-blog/commit/846478d6943162f4c4d7d50001069e0ca7b2ec28 https://github.com/bazelbuild/bazel-blog/commit/aacaa25314678c08772372b3d46697f7963bb201 RELNOTES: None. PiperOrigin-RevId: 203763253 --- WORKSPACE | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'WORKSPACE') 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( -- cgit v1.2.3