Skip to content

Commit 6565540

Browse files
Update dependency rules_java to v8 (#5)
Co-authored-by: renovatebot-confluentinc[bot] <169726756+renovatebot-confluentinc[bot]@users.noreply.github.com>
1 parent 775d008 commit 6565540

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scala/private/macros/scala_repositories.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ def rules_scala_setup(scala_compiler_srcjar = None):
104104
http_archive(
105105
name = "rules_java",
106106
urls = [
107-
"https://github.com/bazelbuild/rules_java/releases/download/5.4.1/rules_java-5.4.1.tar.gz",
107+
"https://github.com/bazelbuild/rules_java/releases/download/8.5.1/rules_java-8.5.1.tar.gz",
108108
],
109-
sha256 = "a1f82b730b9c6395d3653032bd7e3a660f9d5ddb1099f427c1e1fe768f92e395",
109+
sha256 = "1389206b2208c5f33a05dd96e51715b0855c480c082b7bb4889a8e07fcff536c",
110110
)
111111

112112
if not native.existing_rule("rules_proto"):

0 commit comments

Comments
 (0)