Skip to content

Commit

Permalink
Update versions.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes authored Dec 7, 2023
1 parent fd37c8e commit 855a890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/starlark/core/repositories/versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ versions = struct(
),
# needed for rules_pkg and java
RULES_JAVA = version(
version = "6.4.0",
version = "7.2.0",
url_templates = [
"https://github.com/bazelbuild/rules_java/releases/download/{version}/rules_java-{version}.tar.gz",
],
sha256 = "27abf8d2b26f4572ba4112ae8eb4439513615018e03a299f85a8460f6992f6a3",
sha256 = "eb7db63ed826567b2ceb1ec53d6b729e01636f72c9f5dfb6d2dfe55ad69d1d2a",
),
RULES_LICENSE = version(
version = "0.0.3",
Expand Down

0 comments on commit 855a890

Please sign in to comment.