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 7af2d2f commit e3444d7Copy full SHA for e3444d7
README.md
@@ -153,9 +153,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_jar")
153
http_jar(
154
name = "bazel_diff",
155
urls = [
156
- "https://github.com/Tinder/bazel-diff/releases/download/3.2.0/bazel-diff_deploy.jar",
+ "https://github.com/Tinder/bazel-diff/releases/download/3.2.1/bazel-diff_deploy.jar",
157
],
158
- sha256 = "8b17f499d1d1767b86ff0600504b46dea04101e639e94cc12aa9ab76b605179f",
+ sha256 = "a8b72ef940f966d8b30c2fa5a359f17fc2da31d5b150a4f652dab8eda5821ecc",
159
)
160
```
161
0 commit comments