v6.3.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 = "7adaec1cc787ca1519550e71dbd0cb9c149ee1b06f04ba91dda07c12483aae57",
strip_prefix = "rules_scala-6.3.0",
url = "https://github.com/bazelbuild/rules_scala/releases/download/v6.3.0/rules_scala-v6.3.0.tar.gz",
)
See https://github.com/bazelbuild/rules_scala#getting-started for full setup instructions.
What's Changed
- Bazel 7.0 rc2 support by @gergelyfabian in #1524
- Fix diagnostics for Scala 2.13.12 by @scoquelin in #1522
Full Changelog: v6.2.1...v6.3.0