From f389597a75f43cf1d294db052bb3c5aa8198795f Mon Sep 17 00:00:00 2001 From: Matt Mackay Date: Mon, 31 Jul 2023 21:42:59 -0400 Subject: [PATCH] chore: bump bazel version to 6.3.1 (#170) Bumps the bazel version to 6.3.1 --- ### Type of change - Chore (any other change that doesn't affect source or test files, such as configuration) ### Test plan - Covered by existing test cases --- .bazelversion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelversion b/.bazelversion index 6326acce..c5ae7106 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1,4 +1,4 @@ -6.2.0 +6.3.1 # The first line of this file is used by Bazelisk and Bazel to be sure # the right version of Bazel is used to build and test this repo. # This also defines which version is used on CI.