We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 263e2c0 commit 361f5abCopy full SHA for 361f5ab
tests/WORKSPACE
@@ -273,9 +273,9 @@ http_archive(
273
274
http_archive(
275
name = "com_google_protobuf",
276
- sha256 = "537d1c4edb6cbfa96d98a021650e3c455fffcf80dbdcea7fe46cb356e6e9732d",
277
- strip_prefix = "protobuf-29.0-rc3",
278
- urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v29.0-rc3/protobuf-29.0-rc3.zip"],
+ sha256 = "60c1ab4befe9d0a975c2344b5511bf6b44f91ec3e1426c878f56bf30a0589c43",
+ strip_prefix = "protobuf-29.2",
+ urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v29.2/protobuf-29.2.zip"],
279
)
280
281
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
0 commit comments