Skip to content

Commit fb0135d

Browse files
committed
Depend on protobuf v21.0-rc1
1 parent 88f356e commit fb0135d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
21
workspace(name = "com_google_protobuf_javascript")
32

43
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
54

65
http_archive(
76
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",
7+
strip_prefix = "protobuf-21.0-rc1",
8+
urls = ["https://github.com/protocolbuffers/protobuf/archive/refs/tags/v21.0-rc1.zip"],
109
)
1110

1211
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
12+
1313
protobuf_deps()

0 commit comments

Comments
 (0)