Skip to content

Commit 6de393b

Browse files
IgorMinarbenlesh
authored andcommitted
build: bump the com_github_bazelbuild_buildtools version to 0.12.0 (angular#25917)
This is a preliminary fix to make buildifier work with Bazel 0.16. See angular/angular-bazel-example/issues/173 PR Close angular#25917
1 parent 56283ed commit 6de393b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3737
http_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

0 commit comments

Comments
 (0)