Skip to content

Commit d5796af

Browse files
Update dependency rules_proto to v7
1 parent 62df280 commit d5796af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ http_archive(
2020
# To update this version, copy-paste instructions from https://github.com/bazelbuild/rules_proto/releases
2121
http_archive(
2222
name = "rules_proto",
23-
sha256 = "e017528fd1c91c5a33f15493e3a398181a9e821a804eb7ff5acdd1d2d6c2b18d",
24-
strip_prefix = "rules_proto-4.0.0-3.20.0",
23+
sha256 = "798377bf1093d30cd740d347d1ec58c63701a32306daea44eb3b54459eef4494",
24+
strip_prefix = "rules_proto-7.0.3",
2525
urls = [
26-
"https://github.com/bazelbuild/rules_proto/archive/refs/tags/4.0.0-3.20.0.tar.gz",
26+
"https://github.com/bazelbuild/rules_proto/archive/refs/tags/7.0.3.tar.gz",
2727
],
2828
)
2929
load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies", "rules_proto_toolchains")

0 commit comments

Comments
 (0)