Skip to content

Commit 9a9c0a1

Browse files
chore(deps): update dependency buildifier_prebuilt to v8 (#16)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3c0efaf commit 9a9c0a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module(
77
)
88

99
bazel_dep(name = "bazel_skylib", version = "1.7.1")
10-
bazel_dep(name = "buildifier_prebuilt", version = "7.3.1")
10+
bazel_dep(name = "buildifier_prebuilt", version = "8.0.3")
1111
bazel_dep(name = "rules_cc", version = "0.1.1")
1212
bazel_dep(name = "rules_license", version = "1.0.0")
1313
bazel_dep(name = "rules_python", version = "0.40.0")

WORKSPACE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
44

55
http_archive(
66
name = "buildifier_prebuilt",
7-
sha256 = "7f85b688a4b558e2d9099340cfb510ba7179f829454fba842370bccffb67d6cc",
8-
strip_prefix = "buildifier-prebuilt-7.3.1",
7+
sha256 = "bf9101bd5d657046674167986a18d44c5612e417194dc55aff8ca174344de031",
8+
strip_prefix = "buildifier-prebuilt-8.0.3",
99
urls = [
10-
"http://github.com/keith/buildifier-prebuilt/archive/7.3.1.tar.gz",
10+
"http://github.com/keith/buildifier-prebuilt/archive/8.0.3.tar.gz",
1111
],
1212
)
1313

0 commit comments

Comments
 (0)