Skip to content

Commit

Permalink
chore(deps): update dependency com_google_protobuf to v25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 7, 2023
1 parent 2ccda50 commit 88e75ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions haskell/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ def rules_haskell_dependencies():
maybe(
http_archive,
name = "com_google_protobuf",
sha256 = "87407cd28e7a9c95d9f61a098a53cf031109d451a7763e7dd1253abf8b4df422",
strip_prefix = "protobuf-3.19.1",
sha256 = "7beed9c511d632cff7c22ac0094dd7720e550153039d5da7e059bcceb488474a",
strip_prefix = "protobuf-25.0",
urls = [
"https://github.com/protocolbuffers/protobuf/archive/refs/tags/v3.19.1.tar.gz",
"https://github.com/protocolbuffers/protobuf/archive/refs/tags/v25.0.tar.gz",
],
)

Expand Down

0 comments on commit 88e75ef

Please sign in to comment.