Skip to content

Commit 5894363

Browse files
chore(deps): update dependency buildifier_prebuilt to v8.2.1 (#45)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b6c5a2c commit 5894363

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.8.2")
10-
bazel_dep(name = "buildifier_prebuilt", version = "8.2.0.2")
10+
bazel_dep(name = "buildifier_prebuilt", version = "8.2.1")
1111
bazel_dep(name = "rules_cc", version = "0.2.13")
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 = "67c6c12f364df863b306b8f0a3b07cba949a964cce6116aeab1ca22980c7d6e4",
8-
strip_prefix = "buildifier-prebuilt-8.2.0",
7+
sha256 = "b0434d14d8ca6eb87ae1d0e71911aeb83ffa3096c6b81db7e26c1698fd980d42",
8+
strip_prefix = "buildifier-prebuilt-8.2.1",
99
urls = [
10-
"http://github.com/keith/buildifier-prebuilt/archive/8.2.0.tar.gz",
10+
"http://github.com/keith/buildifier-prebuilt/archive/8.2.1.tar.gz",
1111
],
1212
)
1313

0 commit comments

Comments
 (0)