Skip to content

Commit

Permalink
Update dependency bazel_toolchains to v0.28.0 (bazelbuild#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and nlopezgi committed Jul 15, 2019
1 parent 992af8e commit e33a679
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions testing/download_pkgs_at_root/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ http_archive(

http_archive(
name = "bazel_toolchains",
sha256 = "28cb3666da80fbc62d4c46814f5468dd5d0b59f9064c0b933eee3140d706d330",
strip_prefix = "bazel-toolchains-0.27.1",
sha256 = "68e7678473090542e679ce7e6aa8a3ba5669577dede2b404f9865d556bd99f10",
strip_prefix = "bazel-toolchains-0.28.0",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/0.27.1.tar.gz",
"https://github.com/bazelbuild/bazel-toolchains/archive/0.27.1.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/0.28.0.tar.gz",
"https://github.com/bazelbuild/bazel-toolchains/archive/0.28.0.tar.gz",
],
)

Expand Down

0 comments on commit e33a679

Please sign in to comment.