diff options
author | Joan Touzet <wohali@users.noreply.github.com> | 2018-07-18 13:42:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-18 13:42:04 -0400 |
commit | c12b37ab5a00d2ae0b5cfdf6383acaab7ca4fd35 (patch) | |
tree | aa43f5285658cf4719e207f2495f4e48d050df71 | |
parent | cd701a0d7dfe974add5450fd8a9cdce72941e919 (diff) | |
parent | a239f766fd640a83a4945a3b769d842aa3759af0 (diff) | |
download | couchdb-1449-remove-bcrypt.tar.gz |
Merge branch 'master' into 1449-remove-bcrypt1449-remove-bcrypt
-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 bc73ab425..072d29fc8 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -61,7 +61,7 @@ DepDescs = [ {tag, "v1.1.15"}, [raw]}, %% Third party deps {folsom, "folsom", {tag, "CouchDB-0.8.2"}}, -{hyper, "hyper", {tag, "CouchDB-2.2.0-3"}}, +{hyper, "hyper", {tag, "CouchDB-2.2.0-4"}}, {ibrowse, "ibrowse", {tag, "CouchDB-4.0.1"}}, {jiffy, "jiffy", {tag, "CouchDB-0.14.11-2"}}, {mochiweb, "mochiweb", {tag, "v2.17.0"}}, |