You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2020/08/19 10:54:05 UTC

[couchdb] 01/02: fix: backport 3.x jiffy fixes

This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch 2.3.1+jiffy+epoch
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 8ff673a3c7b3948c56f154a68829b404150e8b35
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Wed Aug 19 12:47:17 2020 +0200

    fix: backport 3.x jiffy fixes
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index ef16a32..3a300c3 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"}}
 ],