v5.1.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 = "6982e330f48517461f231ea596bd93416200286ab73fc070a11052496689f0ee",
strip_prefix = "rules_scala-5.1.0",
url = "https://github.com/bazelbuild/rules_scala/releases/download/v5.1.0/rules_scala-v5.1.0.tar.gz",
)
See https://github.com/bazelbuild/rules_scala#getting-started for full setup instructions.
What's Changed
- Bump jmh version: 1.20 -> 1.36 by @dkomanov in #1466
- Fix external name in workspace snippet by @liucijus in #1469
- Tracking implicit compiler dependencies by @liucijus in #1459
- Add exec transition to scala_test _lcov_merger by @thirtyseven in #1474
- Update release workflow with a stable archive by @liucijus in #1473
- Add support for Scala 3.2 by @meisam in #1465
- Fix dead link in readme by @hanneskaeufler in #1476
- Update rule dependencies by @liucijus in #1478
- Fixing JacocoRunner building script for Jacoco by @gergelyfabian in #1485
- Catch macro expansion exceptions in ScalacWorker by @thirtyseven in #1489
- Improve scala_config() documentation in README.md by @kolotyluk in #1494
- Handle StackOverflowError in macros by @thirtyseven in #1491
- Allow user to provide scalac source jar for "ast-plus" dependency tracking feature by @thirtyseven in #1493
- Mark unused deps as ignored for mixed source targets by @liucijus in #1499
- Replace relative paths to ../ with external/ by @prebeta in #1500
- Add support for Scala 3.3 LTS by @csubj in #1501
- For Windows: Fix to enable scala_test and scala_binary outputs to be executed on Windows by @crt-31 in #1502
- Make DepsTrackingReporter handle Windows path separators by @crt-31 in #1503
- call close() on compiler in scalacWorker after each job by @crt-31 in #1504
- Register java toolchain inside rules_scala by @kotlaja in #1505
New Contributors
- @thirtyseven made their first contribution in #1474
- @meisam made their first contribution in #1465
- @hanneskaeufler made their first contribution in #1476
- @kolotyluk made their first contribution in #1494
- @csubj made their first contribution in #1501
- @crt-31 made their first contribution in #1502
- @kotlaja made their first contribution in #1505
Full Changelog: v5.0.0...v5.1.0