aboutsummaryrefslogtreecommitdiff
path: root/js/WORKSPACE
diff options
context:
space:
mode:
Diffstat (limited to 'js/WORKSPACE')
-rw-r--r--js/WORKSPACE8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/WORKSPACE b/js/WORKSPACE
index b364e5f..a606eba 100644
--- a/js/WORKSPACE
+++ b/js/WORKSPACE
@@ -2,11 +2,11 @@ workspace(name = "org_brotli_js")
http_archive(
name = "io_bazel_rules_closure",
- sha256 = "a80acb69c63d5f6437b099c111480a4493bad4592015af2127a2f49fb7512d8d",
- strip_prefix = "rules_closure-0.7.0",
+ sha256 = "b29a8bc2cb10513c864cb1084d6f38613ef14a143797cea0af0f91cd385f5e8c",
+ strip_prefix = "rules_closure-0.8.0",
urls = [
- "https://mirror.bazel.build/github.com/bazelbuild/rules_closure/archive/0.7.0.tar.gz",
- "https://github.com/bazelbuild/rules_closure/archive/0.7.0.tar.gz",
+ "https://mirror.bazel.build/github.com/bazelbuild/rules_closure/archive/0.8.0.tar.gz",
+ "https://github.com/bazelbuild/rules_closure/archive/0.8.0.tar.gz",
],
)