From d800010c55c6a2528ac4bbfb06b282e23c6d1954 Mon Sep 17 00:00:00 2001 From: Walt Panfil Date: Thu, 11 Mar 2021 11:36:44 -0600 Subject: [PATCH] Update readme to use 2.1.4 for "Integrate into your project" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39dff55..9b136d2 100644 --- a/README.md +++ b/README.md @@ -173,9 +173,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_jar") http_jar( name = "bazel_diff", urls = [ - "https://github.com/Tinder/bazel-diff/releases/download/2.1.2/bazel-diff_deploy.jar", + "https://github.com/Tinder/bazel-diff/releases/download/2.1.4/bazel-diff_deploy.jar", ], - sha256 = "a01d8e26dc0abfacd282f44a72434613d9799270bff406848e0ba8df7bae2081" + sha256 = "6c2a6e16db10db79837a74bfaa2a101461cd0330598fb1dc54778a86057eb131", ) ```