Skip to content

Commit

Permalink
Bump rules_java from 8.6.3 to 8.7.1
Browse files Browse the repository at this point in the history
Tested with Bazel versions:

- 6.5.0 (with compiler flags from bazelbuild#1647)
- 7.4.1
- 8.0.1 (brand new as of today!)
  • Loading branch information
mbland committed Jan 27, 2025
1 parent 8e3f9cc commit b84d01f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scala/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ def rules_scala_dependencies():
http_archive,
name = "rules_java",
urls = [
"https://github.com/bazelbuild/rules_java/releases/download/8.6.3/rules_java-8.6.3.tar.gz",
"https://github.com/bazelbuild/rules_java/releases/download/8.7.1/rules_java-8.7.1.tar.gz",
],
sha256 = "6d8c6d5cd86fed031ee48424f238fa35f33abc9921fd97dd4ae1119a29fc807f",
sha256 = "52e7c1f297bb0c5bcbc79743922682071f6968738e73a2a039b92bad9278a469",
)

maybe(
Expand Down

0 comments on commit b84d01f

Please sign in to comment.