summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2018-07-13 17:44:06 +0200
committerJan Lehnardt <jan@apache.org>2018-07-13 17:44:06 +0200
commita1b3d6302d7059b5a0eeec63572496a270c40cd7 (patch)
tree998edabad6d35c2f7b5f6c17bbe0fdefbf7bb45e
parent540c22e7e1fb768985ee4e52c3f40babd29e43a3 (diff)
downloadcouchdb-fix/2.1.2-sec.tar.gz
bump depsfix/2.1.2-sec
-rw-r--r--rebar.config.script4
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config.script b/rebar.config.script
index a393c87fe..7ac02e758 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