We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c87c302 commit 64ec286Copy full SHA for 64ec286
README.md
@@ -154,9 +154,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_jar")
154
http_jar(
155
name = "bazel_diff",
156
urls = [
157
- "https://github.com/Tinder/bazel-diff/releases/download/3.4.1/bazel-diff_deploy.jar",
+ "https://github.com/Tinder/bazel-diff/releases/download/3.4.2/bazel-diff_deploy.jar",
158
],
159
- sha256 = "d2145ae6835ac0460d2745d60f8079342ba913da77436227c17c3ad8622b1830",
+ sha256 = "ac8197a9c1b5cd58352b48d7bfa9fb15e563f05a51cfcb56242dfa64bdcfd639",
160
)
161
```
162
0 commit comments