Skip to content

v0.21.2

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jan 16:47
· 42 commits to main since this release
ee07fc7

WORKSPACE snippet:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "contrib_rules_jvm",
    sha256 = "7096b93b4a4a239d69d8af096ad922b04605d20f2c3e239375939cc097fb5e6e",
    strip_prefix = "rules_jvm-0.21.2",
    url = "https://github.com/bazel-contrib/rules_jvm/releases/download/v0.21.2/rules_jvm-v0.21.2.tar.gz",
)

# Fetches the contrib_rules_jvm dependencies.
# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
load("@contrib_rules_jvm//:repositories.bzl", "contrib_rules_jvm_deps")

contrib_rules_jvm_deps()

# Now ensure that the downloaded deps are properly configured
load("@contrib_rules_jvm//:setup.bzl", "contrib_rules_jvm_setup")

contrib_rules_jvm_setup()

What's Changed

Full Changelog: v0.21.1...v0.21.2