From 58256b6ba75ce249113ed778a3b93eb438a2d6ce Mon Sep 17 00:00:00 2001 From: Yohei Yukawa Date: Tue, 18 Feb 2025 20:22:25 +0900 Subject: [PATCH] Bazel: 8.0.0 -> 8.1.0 (#1185) With this commit Bazel 8.1.0 [1] starts being used to build Mozc unless USE_BAZEL_VERSION environment variable is specified or the bazel command is directly invoked. There is expected to be no compatibility issue between Bazel 8.0.0 and Bazel 8.1.0 as far as I know. [1]: https://github.com/bazelbuild/bazel/releases/tag/8.1.0 PiperOrigin-RevId: 728118776 --- src/.bazeliskrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.bazeliskrc b/src/.bazeliskrc index e0d5ba743..e2f98c1ef 100644 --- a/src/.bazeliskrc +++ b/src/.bazeliskrc @@ -1 +1 @@ -USE_BAZEL_VERSION=8.0.0 +USE_BAZEL_VERSION=8.1.0