summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2017-04-10 23:17:18 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-04-10 23:17:18 +0000
commitdaed646560d955ae5fe850681daa02d8664392ac (patch)
tree7c1ca5e89d2d7ec3872da17da6341261d20bc4e3
parentf2a275b82d9640f9cf9ba085c8451d22ae9e7a75 (diff)
parent7608de0aa27c28a665faf91d9001b49f6ca3c047 (diff)
Merge "Update blame-cache to 0.2-1" into stable-2.14
-rw-r--r--WORKSPACE4
1 files changed, 2 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 573aab219b..b2caccd466 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -556,10 +556,10 @@ maven_jar(
maven_jar(
name = "blame_cache",
- artifact = "com/google/gitiles:blame-cache:0.2",
+ artifact = "com/google/gitiles:blame-cache:0.2-1",
attach_source = False,
repository = GERRIT,
- sha1 = "519fc548df920123bce986056d2f644663665ae4",
+ sha1 = "da7977e8b140b63f18054214c1d1b86ffa6896cb",
)
# Keep this version of Soy synchronized with the version used in Gitiles.