Skip to content

Commit

Permalink
Prepare for rules_jvm_external 6.4 (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c authored Sep 18, 2024
1 parent 2deeda5 commit b1c97f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "rules_jvm_external",
version = "6.3",
version = "6.4",
bazel_compatibility = [">=7.0.0"],
)

Expand All @@ -10,7 +10,7 @@ bazel_dep(
)
bazel_dep(
name = "bazel_features",
version = "1.15.0",
version = "1.17.0",
)
bazel_dep(
name = "bazel_skylib",
Expand All @@ -26,7 +26,7 @@ bazel_dep(
)
bazel_dep(
name = "rules_java",
version = "7.10.0",
version = "7.11.1",
)
bazel_dep(
name = "rules_kotlin",
Expand Down
4 changes: 2 additions & 2 deletions repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ def rules_jvm_external_deps(
http_archive,
name = "rules_java",
urls = [
"https://github.com/bazelbuild/rules_java/releases/download/7.10.0/rules_java-7.10.0.tar.gz",
"https://github.com/bazelbuild/rules_java/releases/download/7.11.1/rules_java-7.11.1.tar.gz",
],
sha256 = "eb5447f019734b0c4284eaa5f8248415084da5445ba8201c935a211ab8af43a0",
integrity = "sha256-bzzg6fupeahE+rotYEZ4Q/v1GR2Mph+j0uoXZVtWu4w=",
)

maybe(
Expand Down

0 comments on commit b1c97f2

Please sign in to comment.