We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ffc86 commit d800010Copy full SHA for d800010
README.md
@@ -173,9 +173,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_jar")
173
http_jar(
174
name = "bazel_diff",
175
urls = [
176
- "https://github.com/Tinder/bazel-diff/releases/download/2.1.2/bazel-diff_deploy.jar",
+ "https://github.com/Tinder/bazel-diff/releases/download/2.1.4/bazel-diff_deploy.jar",
177
],
178
- sha256 = "a01d8e26dc0abfacd282f44a72434613d9799270bff406848e0ba8df7bae2081"
+ sha256 = "6c2a6e16db10db79837a74bfaa2a101461cd0330598fb1dc54778a86057eb131",
179
)
180
```
181
0 commit comments