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 ea52d71 commit 89a773aCopy full SHA for 89a773a
tests/WORKSPACE
@@ -334,9 +334,9 @@ http_archive(
334
335
http_archive(
336
name = "com_google_protobuf",
337
- sha256 = "aaddf29b205ed915100a5fd096e8252842b67da9accfb7ba91ec3680ea307e45",
338
- strip_prefix = "protobuf-33.0",
339
- urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v33.0/protobuf-33.0.zip"],
+ sha256 = "801c7d44b2ec2ffaaf94555eda48a2239ef21e6602808ca8d22a9005fc2c03ef",
+ strip_prefix = "protobuf-33.1",
+ urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v33.1/protobuf-33.1.zip"],
340
)
341
342
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
0 commit comments