diff options
author | Jan Lehnardt <jan@apache.org> | 2018-07-13 17:44:06 +0200 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2018-07-14 12:37:32 +0200 |
commit | fa3c8129acb69c4c243e6db5737101dcd6826e72 (patch) | |
tree | fc427798ba8bf2d1961b5f6afa42f60abc552997 | |
parent | 3c3546c7cc98831185e979a3aee63188a3a29fb2 (diff) | |
download | couchdb-fa3c8129acb69c4c243e6db5737101dcd6826e72.tar.gz |
bump deps
-rw-r--r-- | rebar.config.script | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config.script b/rebar.config.script index 36c4f0a2f..14117527c 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 |