Skip to content

Commit 6727a96

Browse files
chore(deps): update dependency com_google_protobuf to v36
1 parent 97ec9d7 commit 6727a96

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sh/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ def rules_sh_dependencies():
5353
maybe(
5454
http_archive,
5555
name = "com_google_protobuf",
56-
sha256 = "877bf9f880631aa31daf2c09896276985696728137fcd43cc534a28c5566d9ba",
57-
strip_prefix = "protobuf-29.6",
56+
sha256 = "dc74fa582f559cbd31614ddfefb4868f43c919d7184bde514bb47f90c6025eb8",
57+
strip_prefix = "protobuf-36.1",
5858
urls = [
59-
"https://github.com/protocolbuffers/protobuf/releases/download/v29.6/protobuf-29.6.tar.gz",
59+
"https://github.com/protocolbuffers/protobuf/releases/download/v36.1/protobuf-36.1.tar.gz",
6060
],
6161
)
6262
maybe(

0 commit comments

Comments
 (0)