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 11:40:21 UTC

[couchdb] branch travis-20.3 updated: bump docs dependency

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

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


The following commit(s) were added to refs/heads/travis-20.3 by this push:
     new f440b23  bump docs dependency
f440b23 is described below

commit f440b23c8bb5bd385488572a1ff88b99a7cae36f
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Tue Jul 24 07:40:11 2018 -0400

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

diff --git a/rebar.config.script b/rebar.config.script
index 072d29f..db6b449 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -56,7 +56,7 @@ DepDescs = [
 
 %% Non-Erlang deps
 {docs,             {url, "https://github.com/apache/couchdb-documentation"},
-                   {tag, "2.1.2"}, [raw]},
+                   {tag, "2.2.0"}, [raw]},
 {fauxton,          {url, "https://github.com/apache/couchdb-fauxton"},
                    {tag, "v1.1.15"}, [raw]},
 %% Third party deps