Bazel 7.0.0 (#13321)

This commit is contained in:
Preston Van Loon
2024-01-10 09:34:11 -06:00
committed by GitHub
parent 283e09569d
commit 3a2b486bde
9 changed files with 1264 additions and 16 deletions

View File

@@ -356,10 +356,10 @@ filegroup(
http_archive(
name = "com_google_protobuf",
sha256 = "4e176116949be52b0408dfd24f8925d1eb674a781ae242a75296b17a1c721395",
strip_prefix = "protobuf-23.3",
sha256 = "9bd87b8280ef720d3240514f884e56a712f2218f0d693b48050c836028940a42",
strip_prefix = "protobuf-25.1",
urls = [
"https://github.com/protocolbuffers/protobuf/archive/v23.3.tar.gz",
"https://github.com/protocolbuffers/protobuf/archive/v25.1.tar.gz",
],
)