We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee4bac5 commit f6dd7e4Copy full SHA for f6dd7e4
1 file changed
WORKSPACE
@@ -47,9 +47,9 @@ http_archive(
47
48
http_archive(
49
name = "com_google_protobuf",
50
- sha256 = "d0f5f605d0d656007ce6c8b5a82df3037e1d8fe8b121ed42e536f569dec16113",
51
- strip_prefix = "protobuf-3.14.0",
52
- urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.14.0.tar.gz"],
+ sha256 = "b10bf4e2d1a7586f54e64a5d9e7837e5188fc75ae69e36f215eb01def4f9721b",
+ strip_prefix = "protobuf-3.15.3",
+ urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.15.3.tar.gz"],
53
)
54
55
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
0 commit comments