Skip to content

Commit

Permalink
Update io_bazel to 0.21.0 (#491)
Browse files Browse the repository at this point in the history
* Update io_bazel to 0.21.0

This fixes some incompatible issues

* Use dist download
  • Loading branch information
keith authored and vladmos committed Jan 4, 2019
1 parent 0b24a09 commit cf22ed0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions buildifier/deps.bzl
Expand Up @@ -11,11 +11,10 @@ def buildifier_dependencies():
_maybe(
http_archive,
name = "io_bazel",
sha256 = "f59608e56b0b68fe9b18661ae3d10f6a61aaa5f70ed11f2db52e7bc6db516454",
strip_prefix = "bazel-0.20.0",
sha256 = "6ccb831e683179e0cfb351cb11ea297b4db48f9eab987601c038aa0f83037db4",
urls = [
"http://mirror.bazel.build/github.com/bazelbuild/bazel/archive/0.20.0.tar.gz",
"https://github.com/bazelbuild/bazel/archive/0.20.0.tar.gz",
"https://releases.bazel.build/0.21.0/release/bazel-0.21.0-dist.zip",
"https://github.com/bazelbuild/bazel/releases/download/0.21.0/bazel-0.21.0-dist.zip",
],
)

Expand Down

0 comments on commit cf22ed0

Please sign in to comment.