Bump buildifier to 6.1.0 (#1040)

This commit is contained in:
James Sharpe 2023-04-12 09:29:29 +01:00 committed by GitHub
parent 1fb8a1ed91
commit c6980bc2a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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

View File

@ -38,8 +38,8 @@ cmake(
visibility = ["//visibility:public"],
deps = [
"@libssh2",
"@zlib",
"@openssl",
"@zlib",
] + select({
"@platforms//os:linux": ["@pcre"],
"@platforms//os:macos": ["@iconv_macos//:iconv"],