Skip to content

Commit fde0ff4

Browse files
Update dependency rules_proto to v7
1 parent 8f7fc6d commit fde0ff4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scala/private/macros/scala_repositories.bzl

+4-4
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ def rules_scala_setup(scala_compiler_srcjar = None):
112112
if not native.existing_rule("rules_proto"):
113113
http_archive(
114114
name = "rules_proto",
115-
sha256 = "dc3fb206a2cb3441b485eb1e423165b231235a1ea9b031b4433cf7bc1fa460dd",
116-
strip_prefix = "rules_proto-5.3.0-21.7",
115+
sha256 = "33e496a2b3fe925d5247d848535cb0371890f3e9514a13fd79b0ac9a60a5fc41",
116+
strip_prefix = "rules_proto-7.0.1",
117117
urls = [
118-
"https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/refs/tags/5.3.0-21.7.tar.gz",
119-
"https://github.com/bazelbuild/rules_proto/archive/refs/tags/5.3.0-21.7.tar.gz",
118+
"https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/refs/tags/7.0.1.tar.gz",
119+
"https://github.com/bazelbuild/rules_proto/archive/refs/tags/7.0.1.tar.gz",
120120
],
121121
)
122122

0 commit comments

Comments
 (0)