Skip to content

Commit fd245ad

Browse files
Update dependency rules_proto to v7
1 parent 9368c87 commit fd245ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
88

99
http_archive(
1010
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",
11+
sha256 = "14a225870ab4e91869652cfd69ef2028277fc1dc4910d65d353b62d6e0ae21f4",
12+
strip_prefix = "rules_proto-7.1.0",
13+
url = "https://github.com/bazelbuild/rules_proto/releases/download/7.1.0/rules_proto-7.1.0.tar.gz",
1414
)
1515

1616
load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies")

0 commit comments

Comments
 (0)