From 23fa0c5d24b3820bfff0ab775f1b4892f05d5ba7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 16:29:53 +0000 Subject: [PATCH] bazel: Update to version 6.1.1 --- bucket/bazel.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/bazel.json b/bucket/bazel.json index 95b0eb65a2..13a05f0b66 100644 --- a/bucket/bazel.json +++ b/bucket/bazel.json @@ -1,5 +1,5 @@ { - "version": "6.1.0", + "version": "6.1.1", "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.1.0/bazel-6.1.0-windows-x86_64.zip", - "hash": "022266b31d6c90adea4a7288cb58e4d5e5c95ea79e8cd259dd6c5c598c751712" + "url": "https://github.com/bazelbuild/bazel/releases/download/6.1.1/bazel-6.1.1-windows-x86_64.zip", + "hash": "3ddc663d334347dd293991f5c423feb9876625548366857f5628f1e892fb92a7" } }, "bin": "bazel.exe",