You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2018/07/18 16:15:32 UTC

[couchdb] 01/01: bump hyper dependency, fix Windows build

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch update-hyper
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit c696b1ce3ab0a03fb6f7087fe66f1e7f6cb4f0dc
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Wed Jul 18 12:15:22 2018 -0400

    bump hyper dependency, fix Windows build
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 1411752..b873018 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"}},