Update Domain Registry to Closure Rules v0.2.3

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=126911095
This commit is contained in:
jart
2016-07-13 15:44:35 -04:00
committed by Ben McIlwain
parent 1ed77d5572
commit 5ebfb87651
8 changed files with 30 additions and 25 deletions
+2 -1
View File
@@ -7,7 +7,7 @@ domain_registry_repositories()
git_repository(
name = "io_bazel_rules_closure",
remote = "https://github.com/bazelbuild/rules_closure.git",
tag = "0.1.0",
tag = "0.2.3",
)
load("@io_bazel_rules_closure//closure:defs.bzl", "closure_repositories")
@@ -18,4 +18,5 @@ closure_repositories(
omit_icu4j = True,
omit_jsr305 = True,
omit_jsr330_inject = True,
omit_protobuf_java = True,
)