From dc5cf62aec695689a2081c6292cfbb52366ec2b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 20:29:06 +0000 Subject: [PATCH] bazel: Update to version 8.2.0 --- bucket/bazel.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/bazel.json b/bucket/bazel.json index 42e9463b7f..d8dc13c8f5 100644 --- a/bucket/bazel.json +++ b/bucket/bazel.json @@ -1,5 +1,5 @@ { - "version": "8.1.1", + "version": "8.2.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.1.1/bazel-8.1.1-windows-x86_64.zip", - "hash": "10afde4fd7932bdc137193ff47cd7723a76675fb879f223eead1ef13324d3a5c" + "url": "https://github.com/bazelbuild/bazel/releases/download/8.2.0/bazel-8.2.0-windows-x86_64.zip", + "hash": "3e5fafddb3b02292bc1a185adea4fda7a2c7f41b886c1388c9918d221fca998f" } }, "bin": "bazel.exe",