Skip to content

Commit

Permalink
Update MODULE.bazel (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes authored Dec 8, 2023
1 parent 83c3b5d commit ba0f832
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module(

bazel_dep(name = "platforms", version = "0.0.6")
bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "rules_java", version = "6.4.0")
bazel_dep(name = "rules_java", version = "7.2.0")
bazel_dep(name = "rules_python", version = "0.23.1")
bazel_dep(name = "rules_cc", version = "0.0.8")

Expand Down
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 @@ -103,11 +103,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 ba0f832

Please sign in to comment.