Skip to content

Commit b0dc538

Browse files
Merge pull request #57 from Panfilwk/fix/2.1.4-doc-update
Update readme to use 2.1.4 for "Integrate into your project"
2 parents e96c579 + d800010 commit b0dc538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_jar")
173173
http_jar(
174174
name = "bazel_diff",
175175
urls = [
176-
"https://github.com/Tinder/bazel-diff/releases/download/2.1.2/bazel-diff_deploy.jar",
176+
"https://github.com/Tinder/bazel-diff/releases/download/2.1.4/bazel-diff_deploy.jar",
177177
],
178-
sha256 = "a01d8e26dc0abfacd282f44a72434613d9799270bff406848e0ba8df7bae2081"
178+
sha256 = "6c2a6e16db10db79837a74bfaa2a101461cd0330598fb1dc54778a86057eb131",
179179
)
180180
```
181181

0 commit comments

Comments
 (0)