Skip to content

Commit

Permalink
chore(deps): update dependency buildifier_prebuilt to v6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and alexeagle committed Jul 26, 2023
1 parent 2d0688c commit ffa3f3c
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 @@ -28,4 +28,4 @@ register_toolchains(
# Development-only dependencies

bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.4.1", dev_dependency = True)
bazel_dep(name = "buildifier_prebuilt", version = "6.1.0", dev_dependency = True)
bazel_dep(name = "buildifier_prebuilt", version = "6.1.2", dev_dependency = True)
6 changes: 3 additions & 3 deletions internal_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ def bazel_lib_internal_deps():

http_archive(
name = "buildifier_prebuilt",
sha256 = "e46c16180bc49487bfd0f1ffa7345364718c57334fa0b5b67cb5f27eba10f309",
strip_prefix = "buildifier-prebuilt-6.1.0",
sha256 = "29a50ea545810dc077c408d520eb83e9de3eecfe6395e89cb07149d903fc31e5",
strip_prefix = "buildifier-prebuilt-6.1.2",
urls = [
"https://github.com/keith/buildifier-prebuilt/archive/6.1.0.tar.gz",
"https://github.com/keith/buildifier-prebuilt/archive/6.1.2.tar.gz",
],
)

Expand Down

0 comments on commit ffa3f3c

Please sign in to comment.