summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <joant@atypical.net>2018-07-18 12:15:22 -0400
committerJoan Touzet <wohali@users.noreply.github.com>2018-07-18 13:41:42 -0400
commita239f766fd640a83a4945a3b769d842aa3759af0 (patch)
treef8422d4e236f79a55eca4ed1d3609997a226c7ee
parent56782453f342fb5e4137e8c9afc79b1992a8b21a (diff)
downloadcouchdb-a239f766fd640a83a4945a3b769d842aa3759af0.tar.gz
bump hyper dependency, fix Windows build
-rw-r--r--rebar.config.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script
index 14117527c..b873018a6 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"}},