We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffee267 commit 24236deCopy full SHA for 24236de
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.3/bazel-diff_deploy.jar",
+ "https://github.com/Tinder/bazel-diff/releases/download/3.3.0/bazel-diff_deploy.jar",
157
],
158
- sha256 = "5b103ef2a28fe8ddd968744f55a642d879d67754d06edd265274a365248757eb",
+ sha256 = "0dc9166097c181796cfcbde4d16ab304e70cc853c536257c3dfa9af60ddd31e6",
159
)
160
```
161
0 commit comments