summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2017-04-07 20:27:33 +0900
committerDavid Pursehouse <dpursehouse@collab.net>2017-04-10 09:27:09 +0900
commit7608de0aa27c28a665faf91d9001b49f6ca3c047 (patch)
tree2b4f06797c2a76bc60a1b565dfa2602ddb9b1c6a
parentd776fe654f7f4b9273dc4f6636979074357dfaac (diff)
Update blame-cache to 0.2-1
-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.