From fcbc9444f7f9cc85377194ccb91bc2d3d84fc1b8 Mon Sep 17 00:00:00 2001 From: Vladimir Moskva Date: Tue, 29 Aug 2017 16:59:26 +0200 Subject: [PATCH] Update rules_closure Required for compatibility with the upcoming Bazel 0.6 which will be release in mid-September and which is not compatible with the version of rules_closure that's used here at the moment. This patch should be merged before Bazel 0.6 is released so that its release doesn't suddenly break Gerrit. Change-Id: I74c0b582d5bd0da106c0f38141af9b45326a02e4 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 57066a1e74..0b4a825f2c 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -6,9 +6,9 @@ load("//plugins:external_plugin_deps.bzl", "external_plugin_deps") http_archive( name = "io_bazel_rules_closure", - sha256 = "af1f5a31b8306faed9d09a38c8e2c1d6afc4c4a2dada3b5de11cceae8c7f4596", - strip_prefix = "rules_closure-f68d4b5a55c04ee50a3196590dce1ca8e7dbf438", - url = "https://bazel-mirror.storage.googleapis.com/github.com/bazelbuild/rules_closure/archive/f68d4b5a55c04ee50a3196590dce1ca8e7dbf438.tar.gz", # 2017-05-05 + sha256 = "25f5399f18d8bf9ce435f85c6bbf671ec4820bc4396b3022cc5dc4bc66303609", + strip_prefix = "rules_closure-0.4.2", + url = "https://bazel-mirror.storage.googleapis.com/github.com/bazelbuild/rules_closure/archive/0.4.2.tar.gz", # 2017-08-29 ) # File is specific to Polymer and copied from the Closure Github -- should be