summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul J. Davis <paul.joseph.davis@gmail.com>2017-06-07 11:03:41 -0500
committerPaul J. Davis <paul.joseph.davis@gmail.com>2017-06-07 11:03:41 -0500
commit93707fc08ad42792719a319af233d422a5f1aebd (patch)
tree81a6a784bb8ac01886ee33e5472b963c6ffc52ce
parent42b34010841afe00596c579af346651b7202d963 (diff)
downloadcouchdb-93707fc08ad42792719a319af233d422a5f1aebd.tar.gz
Update Jiffy dependency
Update to latest Jiffy. Not a whole lot new but this removes a huge test file that caused my source code analyzer to run slowly.
-rw-r--r--rebar.config.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script
index 6ecb1fa60..2cf328a4a 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -62,7 +62,7 @@ DepDescs = [
%% Third party deps
{folsom, "folsom", "46f7c2b785b26448d4bdc18c1700f2319badd7d6"},
{ibrowse, "ibrowse", "4af2d408607874d124414ac45df1edbe3961d1cd"},
-{jiffy, "jiffy", "d3c00e19d8fa20c21758402231247602190988d3"},
+{jiffy, "jiffy", "99a3d4378bd6832210c58b22cc259486d4fc067a"},
{mochiweb, "mochiweb", "bd6ae7cbb371666a1f68115056f7b30d13765782"},
{meck, "meck", {tag, "0.8.2"}},