From f3aefb978d48462d38abc2a356d42db522d5dfe4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 20:26:49 +0000 Subject: [PATCH] bazel: Update to version 6.0.0 --- bucket/bazel.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/bazel.json b/bucket/bazel.json index 8e9ccf09fc..5d164d371e 100644 --- a/bucket/bazel.json +++ b/bucket/bazel.json @@ -1,5 +1,5 @@ { - "version": "5.4.0", + "version": "6.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/5.4.0/bazel-5.4.0-windows-x86_64.zip", - "hash": "00ed9d860817ae81907faac14ef9c4e662ac481214e0cac440612a9afa0ebe75" + "url": "https://github.com/bazelbuild/bazel/releases/download/6.0.0/bazel-6.0.0-windows-x86_64.zip", + "hash": "c06551670543fb0d56a4cb4aaf63996391d4be94321a1295fbe484c8039636cf" } }, "bin": "bazel.exe",