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 e33786d commit 9517fd1Copy full SHA for 9517fd1
tests/WORKSPACE
@@ -334,9 +334,9 @@ http_archive(
334
335
http_archive(
336
name = "com_google_protobuf",
337
- sha256 = "98bc55acbc30be2bda6fb8bc9169a31e14956bd3b3169c63edbe6207b8116b68",
338
- strip_prefix = "protobuf-33.5",
339
- urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v33.5/protobuf-33.5.zip"],
+ sha256 = "2f3c0e4327b34ff34d1315a885d539f5772726acc1b847a1a3f632657fec07c0",
+ strip_prefix = "protobuf-34.0",
+ urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v34.0/protobuf-34.0.zip"],
340
)
341
342
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
0 commit comments