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:31 UTC

[couchdb] branch update-hyper created (now c696b1c)

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

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


      at c696b1c  bump hyper dependency, fix Windows build

This branch includes the following new commits:

     new c696b1c  bump hyper dependency, fix Windows build

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by wo...@apache.org.
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"}},