From fd0464fc2c653dde42fce50ee28efc776fc4f552 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:24:53 +0000 Subject: [PATCH] bazel: Update to version 7.0.0 --- bucket/bazel.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/bazel.json b/bucket/bazel.json index fc1dfb2a75..2c9f12b18d 100644 --- a/bucket/bazel.json +++ b/bucket/bazel.json @@ -1,5 +1,5 @@ { - "version": "6.4.0", + "version": "7.0.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/6.4.0/bazel-6.4.0-windows-x86_64.zip", - "hash": "6939715df55ffb49778936669a6dca4f44712495ee629bb457d4264b932848b9" + "url": "https://github.com/bazelbuild/bazel/releases/download/7.0.0/bazel-7.0.0-windows-x86_64.zip", + "hash": "2f75a381f54c455944849ea47f86adc1698fe6af76a5f1633a82e3ba741df7fc" } }, "bin": "bazel.exe",