diff options
author | Nick Vatamaniuc <vatamane@gmail.com> | 2021-10-05 11:14:57 -0400 |
---|---|---|
committer | Nick Vatamaniuc <vatamane@gmail.com> | 2021-10-05 11:14:57 -0400 |
commit | 141997f1d409ac2ed3d19ee58344d5cb84ed739e (patch) | |
tree | 270e5879ef766b0a317dd44565b1b2a48f2690cd | |
parent | a5603dd9df225bc1542ca304aa02f499e01af4aa (diff) | |
download | couchdb-bump-jiffy-to-CouchDB-1.0.9-1.tar.gz |
Bump jiffy to CouchDB-1.0.9-1bump-jiffy-to-CouchDB-1.0.9-1
Based off of the upstream 1.0.9 + CouchDB clone changes
https://github.com/apache/couchdb-jiffy/releases/tag/CouchDB-1.0.9-1
-rw-r--r-- | rebar.config.script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script index 7b67a9cf2..25fd071df 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -161,7 +161,7 @@ DepDescs = [ {folsom, "folsom", {tag, "CouchDB-0.8.4"}}, {hyper, "hyper", {tag, "CouchDB-2.2.0-7"}}, {ibrowse, "ibrowse", {tag, "CouchDB-4.4.2-5"}}, -{jiffy, "jiffy", {tag, "CouchDB-1.0.5-1"}}, +{jiffy, "jiffy", {tag, "CouchDB-1.0.9-1"}}, {mochiweb, "mochiweb", {tag, "CouchDB-v2.21.0-1"}}, {meck, "meck", {tag, "0.9.2"}}, {recon, "recon", {tag, "2.5.2"}} |