Skip to content

Commit 320faee

Browse files
chore(deps): update protobuf monorepo to v31
1 parent 3322610 commit 320faee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

haskell/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ def rules_haskell_dependencies():
121121
maybe(
122122
http_archive,
123123
name = "com_google_protobuf",
124-
sha256 = "22fdaf641b31655d4b2297f9981fa5203b2866f8332d3c6333f6b0107bb320de",
125-
strip_prefix = "protobuf-21.12",
124+
sha256 = "c3a0a9ece8932e31c3b736e2db18b1c42e7070cd9b881388b26d01aa71e24ca2",
125+
strip_prefix = "protobuf-31.1",
126126
urls = [
127-
"https://github.com/protocolbuffers/protobuf/archive/refs/tags/v21.12.tar.gz",
127+
"https://github.com/protocolbuffers/protobuf/archive/refs/tags/v31.1.tar.gz",
128128
],
129129
)
130130

rules_haskell_tests/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ bazel_dep(
8181
)
8282
bazel_dep(
8383
name = "protobuf",
84-
version = "21.7",
84+
version = "31.1",
8585
repo_name = "com_google_protobuf",
8686
)
8787
bazel_dep(

0 commit comments

Comments
 (0)