8000
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 828d150 commit 9384cb4Copy full SHA for 9384cb4
WORKSPACE
@@ -4,8 +4,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
4
5
http_archive(
6
name = "com_google_protobuf",
7
- strip_prefix = "protobuf-21.0-rc1",
8
- urls = ["https://github.com/protocolbuffers/protobuf/archive/refs/tags/v21.0-rc1.zip"],
+ strip_prefix = "protobuf-21.3",
+ urls = ["https://github.com/protocolbuffers/protobuf/archive/refs/tags/v21.3.zip"],
9
)
10
11
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
0 commit comments