Update WORKSPACE

This commit is contained in:
Julie 2020-07-30 16:58:13 -04:00 committed by GitHub
parent fc2ab94855
commit bcab47f5c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ rules_pkg_dependencies()
maybe(
name = "bazel_federation",
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",
sha256 = "b10529fcf8a464591e845588348533981e948315b706183481e0d076afe2fa3c",
url = "https://github.com/bazelbuild/bazel-federation/releases/download/0.0.2/bazel_federation-0.0.2.tar.gz",
)
load("@bazel_federation//:repositories.bzl", "bazel_skylib_deps", "rules_go")