Skip to content

v6.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Oct 10:16
· 83 commits to master since this release
d94ee55

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

New Contributors

Full Changelog: v6.1.0...v6.2.0