Skip to content

v5.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jul 08:22
· 86 commits to master since this release
30f8fbe

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 = "6982e330f48517461f231ea596bd93416200286ab73fc070a11052496689f0ee",
    strip_prefix = "rules_scala-5.1.0",
    url = "https://github.com/bazelbuild/rules_scala/releases/download/v5.1.0/rules_scala-v5.1.0.tar.gz",
)

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

What's Changed

New Contributors

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