diff options
author | Jan Lehnardt <jan@apache.org> | 2018-02-18 13:50:53 +0100 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2018-02-20 16:04:35 +0100 |
commit | 302bd8b8b193186b920c56c918bb2bb7edc4be8a (patch) | |
tree | 145e771d7ecf84053256b84144de50b26b621e4a | |
parent | 4976f49c82c36155b6b466697de04a284b8829d7 (diff) | |
download | couchdb-302bd8b8b193186b920c56c918bb2bb7edc4be8a.tar.gz |
feat: update mochiweb to 2.17.0
-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 f214e1d96..c33a71cb5 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -63,7 +63,7 @@ DepDescs = [ {folsom, "folsom", {tag, "CouchDB-0.8.2"}}, {ibrowse, "ibrowse", {tag, "CouchDB-4.0.1"}}, {jiffy, "jiffy", {tag, "CouchDB-0.14.11-2"}}, -{mochiweb, "mochiweb", {tag, "CouchDB-2.12.0-1"}}, +{mochiweb, "mochiweb", {tag, "v2.17.0"}}, {meck, "meck", {tag, "0.8.8"}} ], |