We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f2cd8 commit 64c374dCopy full SHA for 64c374d
e2e/smoke/WORKSPACE.bazel
@@ -32,9 +32,9 @@ bazel_features_deps()
32
33
http_archive(
34
name = "com_google_protobuf",
35
- sha256 = "10a0d58f39a1a909e95e00e8ba0b5b1dc64d02997f741151953a2b3659f6e78c",
36
- strip_prefix = "protobuf-29.0",
37
- url = "https://github.com/protocolbuffers/protobuf/releases/download/v29.0/protobuf-29.0.tar.gz",
+ sha256 = "7a796fd9a7947d51e098ebb065d8f8b45ea0ac313ac89cc083456b3005329a1a",
+ strip_prefix = "protobuf-33.0",
+ url = "https://github.com/protocolbuffers/protobuf/releases/download/v33.0/protobuf-33.0.tar.gz",
38
)
39
40
load("@com_google_protobuf//bazel/private:proto_bazel_features.bzl", "proto_bazel_features") # buildifier: disable=bzl-visibility
0 commit comments