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 88f356e commit fb0135dCopy full SHA for fb0135d
WORKSPACE
@@ -1,13 +1,13 @@
1
-
2
workspace(name = "com_google_protobuf_javascript")
3
4
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
5
6
http_archive(
7
name = "com_google_protobuf",
8
- urls = ["https://github.com/protocolbuffers/protobuf/archive/refs/tags/v3.20.1.zip"],
9
- strip_prefix = "protobuf-3.20.1",
+ strip_prefix = "protobuf-21.0-rc1",
+ urls = ["https://github.com/protocolbuffers/protobuf/archive/refs/tags/v21.0-rc1.zip"],
10
)
11
12
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
+
13
protobuf_deps()
0 commit comments