Skip to content

Commit deadcc7

Browse files
Update dependency rules_proto to v7
1 parent 6565540 commit deadcc7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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 = "798377bf1093d30cd740d347d1ec58c63701a32306daea44eb3b54459eef4494",
116+
strip_prefix = "rules_proto-7.0.3",
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.3.tar.gz",
119+
"https://github.com/bazelbuild/rules_proto/archive/refs/tags/7.0.3.tar.gz",
120120
],
121121
)
122122

test_cross_build/WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ py_repositories()
2424

2525
http_archive(
2626
name = "rules_proto",
27-
sha256 = "6fb6767d1bef535310547e03247f7518b03487740c11b6c6adb7952033fe1295",
28-
strip_prefix = "rules_proto-6.0.2",
29-
url = "https://github.com/bazelbuild/rules_proto/releases/download/6.0.2/rules_proto-6.0.2.tar.gz",
27+
sha256 = "0e5c64a2599a6e26c6a03d6162242d231ecc0de219534c38cb4402171def21e8",
28+
strip_prefix = "rules_proto-7.0.2",
29+
url = "https://github.com/bazelbuild/rules_proto/releases/download/7.0.2/rules_proto-7.0.2.tar.gz",
3030
)
3131

3232
http_archive(

0 commit comments

Comments
 (0)