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 17:41:45 UTC

[couchdb] branch master updated: bump hyper dependency, fix Windows build

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a239f76  bump hyper dependency, fix Windows build
a239f76 is described below

commit a239f766fd640a83a4945a3b769d842aa3759af0
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"}},