From 095686499d559099d2a13dd360c1b987dc7314dd Mon Sep 17 00:00:00 2001 From: Ben Lee Date: Fri, 8 Dec 2023 13:05:07 -0800 Subject: [PATCH] Update Bazel version to 6.4.0 --- .bazelci/presubmit.yml | 4 ++-- .bazelversion | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index bd17f338b..7975bcb95 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -1,8 +1,8 @@ --- validate_config: 1 -bazel: 6.3.2 +bazel: 6.4.0 buildifier: - version: 6.3.3 + version: 6.4.0 # no lint warnings for the moment. They are basically a smoke alarm in hell. # keep this argument in sync with .pre-commit-config.yaml warnings: "-confusing-name,-constant-glob,-duplicated-name,-function-docstring,-function-docstring-args,-function-docstring-header,-module-docstring,-name-conventions,-no-effect,-constant-glob,-provider-params,-print,-rule-impl-return,-bzl-visibility,-unnamed-macro,-uninitialized,-unreachable" diff --git a/.bazelversion b/.bazelversion index 91e4a9f26..19b860c18 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -6.3.2 +6.4.0