Skip to content

Commit d25e2bd

Browse files
Update dependency com_github_bazelbuild_buildtools to v4 (#1939)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 6736afe commit d25e2bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ protobuf_deps()
8181

8282
http_archive(
8383
name = "com_github_bazelbuild_buildtools",
84-
sha256 = "a02ba93b96a8151b5d8d3466580f6c1f7e77212c4eb181cba53eb2cae7752a23",
85-
strip_prefix = "buildtools-3.5.0",
86-
urls = ["https://github.com/bazelbuild/buildtools/archive/3.5.0.tar.gz"],
84+
sha256 = "0d3ca4ed434958dda241fb129f77bd5ef0ce246250feed2d5a5470c6f29a77fa",
85+
strip_prefix = "buildtools-4.0.0",
86+
urls = ["https://github.com/bazelbuild/buildtools/archive/4.0.0.tar.gz"],
8787
)
8888

8989
load("@com_github_bazelbuild_buildtools//buildifier:deps.bzl", "buildifier_dependencies")

0 commit comments

Comments
 (0)