Skip to content

v6.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Oct 05:50
· 55 commits to master since this release
421a9e8

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 = "71324bef9bc5a885097e2960d5b8effed63399b55572219919d25f43f468c716",
    strip_prefix = "rules_scala-6.2.1",
    url = "https://github.com/bazelbuild/rules_scala/releases/download/v6.2.1/rules_scala-v6.2.1.tar.gz",
)

See https://github.com/bazelbuild/rules_scala#getting-started for full setup instructions.

What's Changed

  • Fix handling of cycles in AST traversal in Dependency Analyzer by @liucijus in #1519

Full Changelog: v6.2.0...v6.2.1