Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit e1e58b4

Browse files
committed
Update buildtools version to fix local buildifier
Note that CI didn't catch it because we were running the version of buildifier included in the docker image on CircleCI
1 parent 0205338 commit e1e58b4

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
@@ -11,13 +11,13 @@ workspace(name = "angular_bazel_example")
1111
# This commit matches the version of buildifier in angular/ngcontainer
1212
# If you change this, also check if it matches the version in the angular/ngcontainer
1313
# version in /.circleci/config.yml
14-
BAZEL_BUILDTOOLS_VERSION = "82b21607e00913b16fe1c51bec80232d9d6de31c"
14+
BAZEL_BUILDTOOLS_VERSION = "49a6c199e3fbf5d94534b2771868677d3f9c6de9"
1515

1616
http_archive(
1717
name = "com_github_bazelbuild_buildtools",
1818
url = "https://github.com/bazelbuild/buildtools/archive/%s.zip" % BAZEL_BUILDTOOLS_VERSION,
1919
strip_prefix = "buildtools-%s" % BAZEL_BUILDTOOLS_VERSION,
20-
sha256 = "edb24c2f9c55b10a820ec74db0564415c0cf553fa55e9fc709a6332fb6685eff",
20+
sha256 = "edf39af5fc257521e4af4c40829fffe8fba6d0ebff9f4dd69a6f8f1223ae047b",
2121
)
2222

2323
# Runs the TypeScript compiler

0 commit comments

Comments
 (0)