Skip to content

Commit c58411b

Browse files
Update dependency com_google_protobuf to v31
1 parent 4a04264 commit c58411b

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
@@ -35,9 +35,9 @@ http_archive(
3535

3636
http_archive(
3737
name = "com_google_protobuf",
38-
sha256 = "7c3ebd7aaedd86fa5dc479a0fda803f602caaf78d8aff7ce83b89e1b8ae7442a",
39-
strip_prefix = "protobuf-28.3",
40-
url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v28.3.tar.gz",
38+
sha256 = "2b695cb1eaef8e173f884235ee6d55f57186e95d89ebb31361ee55cb5fd1b996",
39+
strip_prefix = "protobuf-31.0",
40+
url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v31.0.tar.gz",
4141
)
4242

4343
http_archive(

0 commit comments

Comments
 (0)