File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ http_archive(
3232# This commit matches the version of buildifier in angular/ngcontainer
3333# If you change this, also check if it matches the version in the angular/ngcontainer
3434# version in /.circleci/config.yml
35- BAZEL_BUILDTOOLS_VERSION = "82b21607e00913b16fe1c51bec80232d9d6de31c "
35+ BAZEL_BUILDTOOLS_VERSION = "49a6c199e3fbf5d94534b2771868677d3f9c6de9 "
3636
3737http_archive (
3838 name = "com_github_bazelbuild_buildtools" ,
3939 url = "https://github.com/bazelbuild/buildtools/archive/%s.zip" % BAZEL_BUILDTOOLS_VERSION ,
4040 strip_prefix = "buildtools-%s" % BAZEL_BUILDTOOLS_VERSION ,
41- sha256 = "edb24c2f9c55b10a820ec74db0564415c0cf553fa55e9fc709a6332fb6685eff " ,
41+ sha256 = "edf39af5fc257521e4af4c40829fffe8fba6d0ebff9f4dd69a6f8f1223ae047b " ,
4242)
4343
4444# Fetching the Bazel source code allows us to compile the Skylark linter
You can’t perform that action at this time.
0 commit comments