summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <wohali@users.noreply.github.com>2018-07-18 13:42:04 -0400
committerGitHub <noreply@github.com>2018-07-18 13:42:04 -0400
commitc12b37ab5a00d2ae0b5cfdf6383acaab7ca4fd35 (patch)
treeaa43f5285658cf4719e207f2495f4e48d050df71
parentcd701a0d7dfe974add5450fd8a9cdce72941e919 (diff)
parenta239f766fd640a83a4945a3b769d842aa3759af0 (diff)
downloadcouchdb-1449-remove-bcrypt.tar.gz
Merge branch 'master' into 1449-remove-bcrypt1449-remove-bcrypt
-rw-r--r--rebar.config.script2
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"}},