From 5ef75492ce4b0e002f47e65ae24ce617c6eb6dc6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 20:28:09 +0000 Subject: [PATCH] bazel: Update to version 7.5.0 --- bucket/bazel.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/bazel.json b/bucket/bazel.json index 927fc5a41e..adb64c7aa3 100644 --- a/bucket/bazel.json +++ b/bucket/bazel.json @@ -1,5 +1,5 @@ { - "version": "8.0.1", + "version": "7.5.0", "description": "A fast, scalable, multi-language and extensible build system", "homepage": "https://bazel.build", "license": "Apache-2.0", @@ -10,8 +10,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/bazelbuild/bazel/releases/download/8.0.1/bazel-8.0.1-windows-x86_64.zip", - "hash": "9a08893b71ae0e392c63aa4d12e0e155223779d1bc4a0fd02b9074a68a5a2f86" + "url": "https://github.com/bazelbuild/bazel/releases/download/7.5.0/bazel-7.5.0-windows-x86_64.zip", + "hash": "26d5de594b1cfe49e074fb7b32f80e86f884e29ee1c340dab94e66c3d19e03c3" } }, "bin": "bazel.exe",