Skip to content

Commit 4662d55

Browse files
Update dependency com_google_protobuf to v27
1 parent e3c26d7 commit 4662d55

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
@@ -42,9 +42,9 @@ http_archive(
4242

4343
http_archive(
4444
name = "com_google_protobuf",
45-
sha256 = "4fc5ff1b2c339fb86cd3a25f0b5311478ab081e65ad258c6789359cd84d421f8",
46-
strip_prefix = "protobuf-26.1",
47-
url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v26.1.tar.gz",
45+
sha256 = "da288bf1daa6c04d03a9051781caa52aceb9163586bff9aa6cfb12f69b9395aa",
46+
strip_prefix = "protobuf-27.0",
47+
url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v27.0.tar.gz",
4848
)
4949

5050
http_archive(

0 commit comments

Comments
 (0)