Skip to content

Commit

Permalink
Bump buildifier to 6.1.0 (#1040)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe committed Apr 12, 2023
1 parent 1fb8a1e commit c6980bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bazelci/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,6 @@ tasks:
- "--experimental_enable_aggregating_middleman=False"

buildifier:
version: "5.1.0"
version: "6.1.0"
# keep this argument in sync with .pre-commit-config.yaml
warnings: "all"
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/keith/pre-commit-buildifier
rev: 5.1.0.2
rev: 6.1.0.1
hooks:
- id: buildifier
args: &args
Expand Down
2 changes: 1 addition & 1 deletion examples/third_party/libgit2/BUILD.libgit2.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ cmake(
visibility = ["//visibility:public"],
deps = [
"@libssh2",
"@zlib",
"@openssl",
"@zlib",
] + select({
"@platforms//os:linux": ["@pcre"],
"@platforms//os:macos": ["@iconv_macos//:iconv"],
Expand Down

0 comments on commit c6980bc

Please sign in to comment.