Skip to content

v18.0.3

Choose a tag to compare

@github-actions github-actions released this 07 Apr 14:08
· 11 commits to master since this release
Immutable release. Only release title and notes can be modified.

Using Bzlmod (MODULE.bazel)

Add to your MODULE.bazel file:

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

Using WORKSPACE

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

Full Changelog: v18.0.2...v18.0.3