aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2020-02-18 13:17:37 -0500
committerGitHub <noreply@github.com>2020-02-18 13:17:37 -0500
commitadd8e42934d1bf63ecf27f5439574383e74ef8fc (patch)
tree7eff32bbf693ce40ffbc2346800d0e8c93090685 /WORKSPACE
parent0a934a997d141ced0d8781f988da07ebe2101df0 (diff)
downloadbazel-skylib-add8e42934d1bf63ecf27f5439574383e74ef8fc.tar.gz
Run buildifier over the directory. (#235)
Using the 1.0 release. ``` buildifier -r . ```
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE6
1 files changed, 3 insertions, 3 deletions
diff --git a/WORKSPACE b/WORKSPACE
index cb66c85..a6581ec 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -4,10 +4,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
maybe(
- repo_rule = http_archive,
name = "bazel_federation",
- url = "https://github.com/bazelbuild/bazel-federation/releases/download/0.0.1/bazel_federation-0.0.1.tar.gz",
+ repo_rule = http_archive,
sha256 = "506dfbfd74ade486ac077113f48d16835fdf6e343e1d4741552b450cfc2efb53",
+ url = "https://github.com/bazelbuild/bazel-federation/releases/download/0.0.1/bazel_federation-0.0.1.tar.gz",
)
load("@bazel_federation//:repositories.bzl", "bazel_skylib_deps")
@@ -31,8 +31,8 @@ load("//:internal_setup.bzl", "bazel_skylib_internal_setup")
bazel_skylib_internal_setup()
maybe(
- repo_rule = http_archive,
name = "rules_cc",
+ repo_rule = http_archive,
sha256 = "b4b2a2078bdb7b8328d843e8de07d7c13c80e6c89e86a09d6c4b424cfd1aaa19",
strip_prefix = "rules_cc-cb2dfba6746bfa3c3705185981f3109f0ae1b893",
urls = [