summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2020-08-19 12:47:17 +0200
committerJan Lehnardt <jan@apache.org>2020-08-19 12:47:17 +0200
commit8ff673a3c7b3948c56f154a68829b404150e8b35 (patch)
tree732b49d1e19cf2bf9d9d2093d32103db84a6ed5e
parentc298091a4ce6a211208ae0e13e760a69d51d79a4 (diff)
downloadcouchdb-8ff673a3c7b3948c56f154a68829b404150e8b35.tar.gz
fix: backport 3.x jiffy fixes
-rw-r--r--rebar.config.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script
index ef16a32aa..3a300c3e7 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -101,7 +101,7 @@ DepDescs = [
{folsom, "folsom", {tag, "CouchDB-0.8.2"}},
{hyper, "hyper", {tag, "CouchDB-2.2.0-4"}},
{ibrowse, "ibrowse", {tag, "CouchDB-4.0.1"}},
-{jiffy, "jiffy", {tag, "CouchDB-0.14.11-2"}},
+{jiffy, "jiffy", {tag, "CouchDB-1.0.4-1"}},
{mochiweb, "mochiweb", {tag, "v2.19.0"}},
{meck, "meck", {tag, "0.8.8"}}
],