Skip to content

v17.1.8

Choose a tag to compare

@github-actions github-actions released this 10 Mar 20:02
· 22 commits to master since this release

Using Bzlmod (MODULE.bazel)

Add to your MODULE.bazel file:

bazel_dep(name = "bazel-diff", version = "17.1.8")

Using WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
  name = "bazel-diff",
  sha256 = "d5d930a9cee2525ebceeb07c2197e8aba62280d90f9455ab34633a2512544c8a",
  strip_prefix = "",
  url = "https://github.com/Tinder/bazel-diff/releases/download/v17.1.8/release.tar.gz",
)

Full Changelog: v17.1.7...v17.1.8