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/24 05:32:53 UTC

[couchdb] branch bump-fauxton created (now 6936d9e)

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

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


      at 6936d9e  Bump fauxton dependency

This branch includes the following new commits:

     new 6936d9e  Bump fauxton dependency

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 fauxton dependency

Posted by wo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6936d9edd66982f56240ea8cb27516547ee9a046
Author: Joan Touzet <wo...@atypical.net>
AuthorDate: Tue Jul 24 01:32:33 2018 -0400

    Bump fauxton dependency
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 072d29f..5b79a88 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -58,7 +58,7 @@ DepDescs = [
 {docs,             {url, "https://github.com/apache/couchdb-documentation"},
                    {tag, "2.1.2"}, [raw]},
 {fauxton,          {url, "https://github.com/apache/couchdb-fauxton"},
-                   {tag, "v1.1.15"}, [raw]},
+                   {tag, "v1.1.16"}, [raw]},
 %% Third party deps
 {folsom,           "folsom",           {tag, "CouchDB-0.8.2"}},
 {hyper,            "hyper",            {tag, "CouchDB-2.2.0-4"}},