Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Mar 09:52
· 8 commits to master since this release
cb950f5

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_scala",
    sha256 = "141a3919b37c80a846796f792dcf6ea7cd6e7b7ca4297603ca961cd22750c951",
    strip_prefix = "rules_scala-5.0.0",
    url = "https://github.com/bazelbuild/rules_scala/archive/refs/tags/v5.0.0.tar.gz",
)

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

Full Changelog: https://github.com/traveltime-dev/rules_scala/commits/v5.0.0