Skip to content

Commit

Permalink
Update rules_jvm_external to fix POM
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Jan 17, 2025
1 parent 7f9015b commit 6e387d3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,16 @@ bazel_dep(name = "rules_android_ndk", version = "0.1.2")
bazel_dep(name = "rules_foreign_cc", version = "0.11.1")
bazel_dep(name = "rules_java", version = "7.7.0")
bazel_dep(name = "rules_jni", version = "0.9.1")
bazel_dep(name = "rules_jvm_external", version = "6.2")
bazel_dep(name = "rules_jvm_external")

# TODO: Remove after the next release.
archive_override(
module_name = "rules_jvm_external",
integrity = "sha256-7AerLOLhQ+oIDH2id7OE8WJmbH01MqBWV4CbqJ6Nh68=",
strip_prefix = "rules_jvm_external-a1d4e4f4267c1797b686719aa385e707b732c541",
urls = ["https://github.com/bazelbuild/rules_jvm_external/archive/a1d4e4f4267c1797b686719aa385e707b732c541.tar.gz"],
)

bazel_dep(name = "rules_kotlin", version = "1.9.5")
bazel_dep(name = "rules_license", version = "0.0.8")
bazel_dep(name = "rules_pkg", version = "0.9.1")
Expand Down

0 comments on commit 6e387d3

Please sign in to comment.