Skip to content

Commit 86474dd

Browse files
committed
use Protobuf 33.5
1 parent bb19f7f commit 86474dd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/gapic-generator/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ workspace(name = "gapic_generator_python")
22

33
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
44

5-
# Load Protobuf 35.1 first to ensure Bazel uses Protobuf 35.1 over older
5+
# Load Protobuf 33.5 first to ensure Bazel uses Protobuf 33.5 over older
66
# transitive versions pulled in by downstream rules (e.g. gRPC or rules_gapic).
7-
_protobuf_version = "35.1"
8-
_protobuf_sha256 = "bf89df2fa0088de9c9890fbfba0076263a36c2f84847a7b54e7e32effd6201c7"
7+
_protobuf_version = "33.5"
8+
_protobuf_sha256 = "98bc55acbc30be2bda6fb8bc9169a31e14956bd3b3169c63edbe6207b8116b68"
99
http_archive(
1010
name = "com_google_protobuf",
1111
sha256 = _protobuf_sha256,

0 commit comments

Comments
 (0)