v6.4.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 = "9a23058a36183a556a9ba7229b4f204d3e68c8c6eb7b28260521016b38ef4e00",
strip_prefix = "rules_scala-6.4.0",
url = "https://github.com/bazelbuild/rules_scala/releases/download/v6.4.0/rules_scala-v6.4.0.tar.gz",
)
See https://github.com/bazelbuild/rules_scala#getting-started for full setup instructions.
What's Changed
- doc: Register proto toolchain for simple usage by @honnix in #1531
- Use tagged Rules Scala release in README.md by @liucijus in #1533
- Add jdk toolchain type to proto rules by @liucijus in #1534
- Change SemanticdbInfo.plugin_jar from string to File by @crt-31 in #1530
- Fix diagnostic outputs for Scala 2.12.13 by @aishfenton in #1532
- Make tests pass on Windows by @crt-31 in #1529
New Contributors
- @honnix made their first contribution in #1531
- @aishfenton made their first contribution in #1532
Full Changelog: v6.3.0...v6.4.0