v6.5.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 = "3b00fa0b243b04565abb17d3839a5f4fa6cc2cac571f6db9f83c1982ba1e19e5",
strip_prefix = "rules_scala-6.5.0",
url = "https://github.com/bazelbuild/rules_scala/releases/download/v6.5.0/rules_scala-v6.5.0.tar.gz",
)
See https://github.com/bazelbuild/rules_scala#getting-started for full setup instructions.
What's Changed
- Support Scala 3.3.1 by @lukaszrola in #1542
- Added windows task to CI by @crt-31 in #1536
- Bump scalafmt version by @mateuszkuta256 in #1543
- Fix checksum io_bazel_rules_scala_scala_parallel_collections in Scala3.3 by @lukaszrola in #1544
- Remove binary artifacts due to security policy violation by @mateuszkuta256 in #1538
- Use worker proto from @bazel_tools by @illicitonion in #1330
- Fix to close the compiler object in scalacinvoker by @crt-31 in #1545
- Add VirtusLab as adopter by @romanowski in #1547
- Don't output unused dependency messages when compilation fails by @laurynaslubys in #1548
- Conditionally set -Djava.security.manager=allow for jdk >= 17 by @simuons in #1555
- Handle the removal of to_proto and to_json from struct by @c-mita in #1554
- fix typo in example tests (Exmaple => Example) by @KevinBoyette in #1553
- Introduce
SCALA_VERSIONS
by @aszady in #1557 - Introduce build setting for current Scala version by @aszady in #1558
- Don't rely on
SCALA_VERSION
in phases by @aszady in #1559 - Make scala_proto_aspect have "provides = [ScalaProtoAspectInfo]" by @timothyg-stripe in #1549
- Make scrooge_*_aspect have "provides = [ScroogeAspectInfo]" by @timothyg-stripe in #1565
- Build with JDK 21 by @simuons in #1556
- Bind toolchains to Scala version by @aszady in #1566
New Contributors
- @lukaszrola made their first contribution in #1542
- @mateuszkuta256 made their first contribution in #1543
- @romanowski made their first contribution in #1547
- @c-mita made their first contribution in #1554
- @KevinBoyette made their first contribution in #1553
- @aszady made their first contribution in #1557
- @timothyg-stripe made their first contribution in #1549
Full Changelog: v6.4.0...v6.5.0