Skip to content

Commit

Permalink
chore(deps): update dependency buildifier_prebuilt to v6.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2023
1 parent 1b5aadf commit 17aa171
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bazel_dep(name = "gazelle", version = "0.29.0", dev_dependency = True, repo_name
bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.5.0", dev_dependency = True)
bazel_dep(
name = "buildifier_prebuilt",
version = "6.1.0",
version = "6.3.3",
dev_dependency = True,
)
bazel_dep(name = "rules_multirun", version = "0.6.1", dev_dependency = True)
Expand Down
6 changes: 3 additions & 3 deletions internal_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ def rules_zig_internal_deps():

http_archive(
name = "buildifier_prebuilt",
sha256 = "e46c16180bc49487bfd0f1ffa7345364718c57334fa0b5b67cb5f27eba10f309",
strip_prefix = "buildifier-prebuilt-6.1.0",
sha256 = "72b5bb0853aac597cce6482ee6c62513318e7f2c0050bc7c319d75d03d8a3875",
strip_prefix = "buildifier-prebuilt-6.3.3",
urls = [
"http://github.com/keith/buildifier-prebuilt/archive/6.1.0.tar.gz",
"http://github.com/keith/buildifier-prebuilt/archive/6.3.3.tar.gz",
],
)

Expand Down

0 comments on commit 17aa171

Please sign in to comment.