From c90fc220c96a0619864553ee03c40f622f489187 Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Wed, 30 May 2018 21:50:25 +0200 Subject: [PATCH] Bazel: Bump rules_closure to 0.7.0 Recent release updated dependencies and is compatible with Java 9. Replace our fork with the official released version. Change-Id: I187496bae00ef098003b875e566aa5ac90b9aabb --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 3d1de73fd3..73469a400a 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -13,9 +13,9 @@ http_archive( http_archive( name = "io_bazel_rules_closure", - sha256 = "6691c58a2cd30a86776dd9bb34898b041e37136f2dc7e24cadaeaf599c95c657", - strip_prefix = "rules_closure-08039ba8ca59f64248bb3b6ae016460fe9c9914f", - url = "https://github.com/bazelbuild/rules_closure/archive/08039ba8ca59f64248bb3b6ae016460fe9c9914f.tar.gz", + sha256 = "a80acb69c63d5f6437b099c111480a4493bad4592015af2127a2f49fb7512d8d", + strip_prefix = "rules_closure-0.7.0", + url = "https://github.com/bazelbuild/rules_closure/archive/0.7.0.tar.gz", ) # File is specific to Polymer and copied from the Closure Github -- should be