build: update bazel to v1.1.0 (#33813)

Updates Bazel to the latest stable version. Bazel 1.1.0
supposedly fixes a permission bug in Windows. Hence we
should try to update and see if that fixes the bug.

It's generally good to be up to date. See potential bug
fix commit:
618e5a28f7.

PR Close #33813
This commit is contained in:
Paul Gschwendtner
2019-11-14 11:37:09 +01:00
committed by Alex Rickabaugh
parent aaa38cf3f3
commit 63c3569e2a
4 changed files with 26 additions and 26 deletions

View File

@ -29,9 +29,9 @@ def rules_angular_dev_dependencies():
_maybe(
http_archive,
name = "bazel_toolchains",
sha256 = "0b36eef8a66f39c8dbae88e522d5bbbef49d5e66e834a982402c79962281be10",
strip_prefix = "bazel-toolchains-1.0.1",
url = "https://github.com/bazelbuild/bazel-toolchains/archive/1.0.1.tar.gz",
sha256 = "3c1299efcf64a4ecf4f6def7564db28879ad2870632144d77932e7910686d3f3",
strip_prefix = "bazel-toolchains-1.1.2",
url = "https://github.com/bazelbuild/bazel-toolchains/archive/1.1.2.tar.gz",
)
#############################################