Releases: nollbit/bazel-diff
Releases · nollbit/bazel-diff
v17.1.8-goals.1
Using Bzlmod (MODULE.bazel)
Add to your MODULE.bazel file:
bazel_dep(name = "bazel-diff", version = "17.1.8-goals.1")Using WORKSPACE
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazel-diff",
sha256 = "2899c46ed62614ada17719c6acef08459efc66341e9a8a41e4413abdcf64cc0a",
strip_prefix = "",
url = "https://github.com/Tinder/bazel-diff/releases/download/v17.1.8-goals.1/release.tar.gz",
)Full Changelog: https://github.com/nollbit/bazel-diff/commits/v17.1.8-goals.1