summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2018-05-30 17:55:25 -0400
committerAdam Kocoloski <kocolosk@apache.org>2018-05-30 17:55:25 -0400
commitcea8b31ca04bae44e61acb5bf869ac69a3d8f457 (patch)
tree0134a666292f4ad6ee3e19a5447cd9a0a7f4b8ff
parent22e8f97b2ac7aed0c471faed9d83d21c25b9a6d0 (diff)
downloadcouchdb-cea8b31ca04bae44e61acb5bf869ac69a3d8f457.tar.gz
Update hyper dependency to remove bisect
-rw-r--r--rebar.config.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script
index f8209643d..b3360d858 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"}},
+{hyper, "hyper", {tag, "CouchDB-2.2.0-1"}},
{ibrowse, "ibrowse", {tag, "CouchDB-4.0.1"}},
{jiffy, "jiffy", {tag, "CouchDB-0.14.11-2"}},
{mochiweb, "mochiweb", {tag, "v2.17.0"}},