Skip to content

v0.8.1

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Oct 03:11
· 17 commits to master since this release
c6562c0

Using WORKSPACE

Paste this snippet into your file:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_detekt",
    sha256 = "593f88e7ecae3eddfad85ae6c04f855e257a43c7ecdf2e1b0e88c045f40e4d33",
    strip_prefix = "bazel_rules_detekt-0.8.1",
    url = "https://github.com/buildfoundation/bazel_rules_detekt/releases/download/v0.8.1/bazel_rules_detekt-v0.8.1.tar.gz",
)

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.1