We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 775d008 commit 6565540Copy full SHA for 6565540
scala/private/macros/scala_repositories.bzl
@@ -104,9 +104,9 @@ def rules_scala_setup(scala_compiler_srcjar = None):
104
http_archive(
105
name = "rules_java",
106
urls = [
107
- "https://github.com/bazelbuild/rules_java/releases/download/5.4.1/rules_java-5.4.1.tar.gz",
+ "https://github.com/bazelbuild/rules_java/releases/download/8.5.1/rules_java-8.5.1.tar.gz",
108
],
109
- sha256 = "a1f82b730b9c6395d3653032bd7e3a660f9d5ddb1099f427c1e1fe768f92e395",
+ sha256 = "1389206b2208c5f33a05dd96e51715b0855c480c082b7bb4889a8e07fcff536c",
110
)
111
112
if not native.existing_rule("rules_proto"):
0 commit comments