v6.2.0
Using WORKSPACE
Paste this snippet into your WORKSPACE
file:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "io_bazel_rules_scala",
sha256 = "ae4e74b6c696f40544cafb06b26bf4e601f83a0f29fb6500f0275c988f8cfe40",
strip_prefix = "rules_scala-6.2.0",
url = "https://github.com/bazelbuild/rules_scala/releases/download/v6.2.0/rules_scala-v6.2.0.tar.gz",
)
See https://github.com/bazelbuild/rules_scala#getting-started for full setup instructions.
What's Changed
- singlejar executable from specified java compile toolchain by @simuons in #1511
- Upgrade scala 2.12.x and 2.13.x versions by @scoquelin in #1515
- Add support for netrc in jvm_maven_import_external by @dmivankov in #1509
- Add SemanticDB support - cont. by @crt-31 in #1508
- Fix semanticdb-scalac checksums for Scala 2.12.18 and 2.13.11 by @scoquelin in #1518
- Upgrade Scala 2.13.12 and fix compilation issues in reporters by @scoquelin in #1517
- JacocoRunner script: update for Bazel 6.0+ by @gergelyfabian in #1516
New Contributors
- @scoquelin made their first contribution in #1515
Full Changelog: v6.1.0...v6.2.0