From 6de393b2b8eca98f01d003919dfbe4ef209b620a Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 11 Sep 2018 16:17:05 -0700 Subject: [PATCH] build: bump the com_github_bazelbuild_buildtools version to 0.12.0 (#25917) This is a preliminary fix to make buildifier work with Bazel 0.16. See alexeagle/angular-bazel-example/issues/173 PR Close #25917 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index e73eddf5b1..10d33da74e 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -32,13 +32,13 @@ http_archive( # This commit matches the version of buildifier in angular/ngcontainer # If you change this, also check if it matches the version in the angular/ngcontainer # version in /.circleci/config.yml -BAZEL_BUILDTOOLS_VERSION = "82b21607e00913b16fe1c51bec80232d9d6de31c" +BAZEL_BUILDTOOLS_VERSION = "49a6c199e3fbf5d94534b2771868677d3f9c6de9" http_archive( name = "com_github_bazelbuild_buildtools", url = "https://github.com/bazelbuild/buildtools/archive/%s.zip" % BAZEL_BUILDTOOLS_VERSION, strip_prefix = "buildtools-%s" % BAZEL_BUILDTOOLS_VERSION, - sha256 = "edb24c2f9c55b10a820ec74db0564415c0cf553fa55e9fc709a6332fb6685eff", + sha256 = "edf39af5fc257521e4af4c40829fffe8fba6d0ebff9f4dd69a6f8f1223ae047b", ) # Fetching the Bazel source code allows us to compile the Skylark linter