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 2780d72 commit 04c1699Copy full SHA for 04c1699
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.0/bazel-diff_deploy.jar",
+ "https://github.com/Tinder/bazel-diff/releases/download/3.4.1/bazel-diff_deploy.jar",
158
],
159
- sha256 = "f5ad69dd310ab1c5a70bcc2e1f96fa1cbac07802e28da177e7a9fcdfcf7273a9",
+ sha256 = "d2145ae6835ac0460d2745d60f8079342ba913da77436227c17c3ad8622b1830",
160
)
161
```
162
0 commit comments