From 816b0b2eae461968fab1d3d7201aeffe198204b5 Mon Sep 17 00:00:00 2001 From: Matt Mackay Date: Wed, 23 Oct 2024 10:19:09 -0400 Subject: [PATCH] chore: bump bazel to 7.4.0 --- .bazelversion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelversion b/.bazelversion index 8590cbef..cd5034b5 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1,4 +1,4 @@ -7.1.0 +7.4.0 # 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.