File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -121,10 +121,10 @@ def rules_haskell_dependencies():
121
121
maybe (
122
122
http_archive ,
123
123
name = "com_google_protobuf" ,
124
- sha256 = "22fdaf641b31655d4b2297f9981fa5203b2866f8332d3c6333f6b0107bb320de " ,
125
- strip_prefix = "protobuf-21.12 " ,
124
+ sha256 = "2b695cb1eaef8e173f884235ee6d55f57186e95d89ebb31361ee55cb5fd1b996 " ,
125
+ strip_prefix = "protobuf-31.0 " ,
126
126
urls = [
127
- "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v21.12 .tar.gz" ,
127
+ "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v31.0 .tar.gz" ,
128
128
],
129
129
)
130
130
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ bazel_dep(
81
81
)
82
82
bazel_dep (
83
83
name = "protobuf" ,
84
- version = "21.7 " ,
84
+ version = "31.0 " ,
85
85
repo_name = "com_google_protobuf" ,
86
86
)
87
87
bazel_dep (
You can’t perform that action at this time.
0 commit comments