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 afdc8aa commit 0597415Copy full SHA for 0597415
e2e/smoke/WORKSPACE.bazel
@@ -46,9 +46,9 @@ bazel_features_deps()
46
47
http_archive(
48
name = "com_google_protobuf",
49
- sha256 = "10a0d58f39a1a909e95e00e8ba0b5b1dc64d02997f741151953a2b3659f6e78c",
50
- strip_prefix = "protobuf-29.0",
51
- url = "https://github.com/protocolbuffers/protobuf/releases/download/v29.0/protobuf-29.0.tar.gz",
+ sha256 = "fda132cb0c86400381c0af1fe98bd0f775cb566cb247cdcc105e344e00acc30e",
+ strip_prefix = "protobuf-33.1",
+ url = "https://github.com/protocolbuffers/protobuf/releases/download/v33.1/protobuf-33.1.tar.gz",
52
)
53
54
load("@com_google_protobuf//bazel/private:proto_bazel_features.bzl", "proto_bazel_features") # buildifier: disable=bzl-visibility
0 commit comments