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

[couchdb] 06/06: bump deps

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

jan pushed a commit to branch fix/2.1.2-sec
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit a1b3d6302d7059b5a0eeec63572496a270c40cd7
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Fri Jul 13 17:44:06 2018 +0200

    bump deps
---
 rebar.config.script | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rebar.config.script b/rebar.config.script
index a393c87..7ac02e7 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -47,7 +47,7 @@ SubDirs = [
 
 DepDescs = [
 %% Independent Apps
-{config,           "config",           {tag, "1.0.3"}},
+{config,           "config",           {tag, "1.0.4"}},
 {b64url,           "b64url",           {tag, "1.0.1"}},
 {ets_lru,          "ets-lru",          {tag, "1.0.0"}},
 {khash,            "khash",            {tag, "1.0.1"}},
@@ -56,7 +56,7 @@ DepDescs = [
 
 %% Non-Erlang deps
 {docs,             {url, "https://github.com/apache/couchdb-documentation"},
-                   {tag, "2.1.0"}, [raw]},
+                   {tag, "2.1.2"}, [raw]},
 {fauxton,          {url, "https://github.com/apache/couchdb-fauxton"},
                    {tag, "v1.1.15"}, [raw]},
 %% Third party deps