Skip to content

Commit 69527b2

Browse files
Update dependency com_google_protobuf to v3.21.6
1 parent 95a21f3 commit 69527b2

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
@@ -44,9 +44,9 @@ http_archive(
4444

4545
http_archive(
4646
name = "com_google_protobuf",
47-
sha256 = "413cdd214172f2124da8201e8b7281dc39073364ee2cb2a4c152eeb7db837be9",
48-
strip_prefix = "protobuf-3.20.0-rc1",
49-
url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v3.20.0-rc1.tar.gz",
47+
sha256 = "73c95c7b0c13f597a6a1fec7121b07e90fd12b4ed7ff5a781253b3afe07fc077",
48+
strip_prefix = "protobuf-3.21.6",
49+
url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v3.21.6.tar.gz",
5050
)
5151

5252
http_archive(

0 commit comments

Comments
 (0)