We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9182365 commit e836e72Copy full SHA for e836e72
WORKSPACE
@@ -8,9 +8,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
8
9
http_archive(
10
name = "rules_proto",
11
- sha256 = "6fb6767d1bef535310547e03247f7518b03487740c11b6c6adb7952033fe1295",
12
- strip_prefix = "rules_proto-6.0.2",
13
- url = "https://github.com/bazelbuild/rules_proto/releases/download/6.0.2/rules_proto-6.0.2.tar.gz",
+ sha256 = "33e496a2b3fe925d5247d848535cb0371890f3e9514a13fd79b0ac9a60a5fc41",
+ strip_prefix = "rules_proto-7.0.1",
+ url = "https://github.com/bazelbuild/rules_proto/releases/download/7.0.1/rules_proto-7.0.1.tar.gz",
14
)
15
16
load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies")
0 commit comments