We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d154a2d commit 1040064Copy full SHA for 1040064
1 file changed
bazel/repository_locations.bzl
@@ -262,10 +262,10 @@ REPOSITORY_LOCATIONS = dict(
262
urls = ["https://github.com/google/googletest/archive/refs/tags/v1.17.0.tar.gz"],
263
),
264
com_google_protobuf = dict(
265
- sha256 = "07a43d88fe5a38e434c7f94129cad56a4c43a51f99336074d0799c2f7d4e44c5",
266
- strip_prefix = "protobuf-30.2",
+ sha256 = "c3a0a9ece8932e31c3b736e2db18b1c42e7070cd9b881388b26d01aa71e24ca2",
+ strip_prefix = "protobuf-31.1",
267
urls = [
268
- "https://github.com/protocolbuffers/protobuf/archive/v30.2.tar.gz",
+ "https://github.com/protocolbuffers/protobuf/archive/v31.1.tar.gz",
269
],
270
271
com_google_protobuf_javascript = dict(
0 commit comments