We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ab8ea commit e50ca68Copy full SHA for e50ca68
1 file changed
WORKSPACE
@@ -20,10 +20,10 @@ http_archive(
20
# To update this version, copy-paste instructions from https://github.com/bazelbuild/rules_proto/releases
21
http_archive(
22
name = "rules_proto",
23
- sha256 = "e017528fd1c91c5a33f15493e3a398181a9e821a804eb7ff5acdd1d2d6c2b18d",
24
- strip_prefix = "rules_proto-4.0.0-3.20.0",
+ sha256 = "0e5c64a2599a6e26c6a03d6162242d231ecc0de219534c38cb4402171def21e8",
+ strip_prefix = "rules_proto-7.0.2",
25
urls = [
26
- "https://github.com/bazelbuild/rules_proto/archive/refs/tags/4.0.0-3.20.0.tar.gz",
+ "https://github.com/bazelbuild/rules_proto/archive/refs/tags/7.0.2.tar.gz",
27
],
28
)
29
load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies", "rules_proto_toolchains")
0 commit comments