Skip to content

v6.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jul 10:24
· 64 commits to master since this release
ae90811

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 = "d39aceb39808da3ee5d84f8d6e460be0568e946da71698fc1414fc696765200a",
    strip_prefix = "rules_scala-6.0.0",
    url = "https://github.com/bazelbuild/rules_scala/releases/download/v6.0.0/rules_scala-v6.0.0.tar.gz",
)

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

What's Changed

  • Update minimal supported Bazel version to 6.3.0 by @liucijus in #1506

Full Changelog: v5.1.0...v6.0.0