Skip to content

Commit b858a6f

Browse files
or-shacharAndre Rocha
authored andcommitted
[bazel-buildtools] Use latest released version (bazel-contrib#1065)
1 parent 68c51ab commit b858a6f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

WORKSPACE

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
44
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
55
load("@bazel_tools//tools/build_defs/repo:jvm.bzl", "jvm_maven_import_external")
66

7+
_build_tools_release = "3.3.0"
8+
79
http_archive(
810
name = "com_github_bazelbuild_buildtools",
9-
sha256 = "cdaac537b56375f658179ee2f27813cac19542443f4722b6730d84e4125355e6",
10-
strip_prefix = "buildtools-f27d1753c8b3210d9e87cdc9c45bc2739ae2c2db",
11-
url = "https://github.com/bazelbuild/buildtools/archive/f27d1753c8b3210d9e87cdc9c45bc2739ae2c2db.zip",
11+
sha256 = "f11fc80da0681a6d64632a850346ed2d4e5cbb0908306d9a2a2915f707048a10",
12+
strip_prefix = "buildtools-%s" % _build_tools_release,
13+
url = "https://github.com/bazelbuild/buildtools/archive/%s.tar.gz" % _build_tools_release,
1214
)
1315

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

0 commit comments

Comments
 (0)