Skip to content

Commit 9384cb4

Browse files
committed
Sync protoc version to match testing/build envs
1 parent 828d150 commit 9384cb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WORKSPACE

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
44

55
http_archive(
66
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"],
7+
strip_prefix = "protobuf-21.3",
8+
urls = ["https://github.com/protocolbuffers/protobuf/archive/refs/tags/v21.3.zip"],
99
)
1010

1111
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")

0 commit comments

Comments
 (0)