Upgrade rules_closure to 0.4.2

This version adapts to rename of set to depset in .bzl files, which
allows us to build gerrit on stable-2.14 with bazel 0.6.

Change-Id: Ib893937f06d65e45e04ff0bbcab949a437f234cf
This commit is contained in:
David Pursehouse 2017-10-02 12:45:25 +01:00
parent 2d2cf71d20
commit 8678318d9d
1 changed files with 3 additions and 3 deletions

View File

@ -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