summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <joant@atypical.net>2017-07-30 18:11:20 -0400
committerJoan Touzet <joant@atypical.net>2017-07-30 18:11:20 -0400
commitf527f2a5e6caa131e0ee00672aac20010729464e (patch)
treed635c468ad6b5d9b755bdf33f5e3b626ec51ecfe
parent7f176787cfa4dd4c1824504589ea126db8218c37 (diff)
downloadcouchdb-2.1.0.tar.gz
Bump setup, docs and fauxton dependencies2.1.0-RC12.1.0
-rw-r--r--rebar.config.script6
1 files changed, 3 insertions, 3 deletions
diff --git a/rebar.config.script b/rebar.config.script
index e81f28cae..654fb2f12 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -51,14 +51,14 @@ DepDescs = [
{ets_lru, "ets-lru", {tag, "1.0.0"}},
{khash, "khash", {tag, "1.0.0"}},
{snappy, "snappy", {tag, "CouchDB-1.0.0"}},
-{setup, "setup", {tag, "1.0.0"}},
+{setup, "setup", {tag, "1.0.1"}},
{ioq, "ioq", {tag, "1.0.0"}},
%% Non-Erlang deps
{docs, {url, "https://github.com/apache/couchdb-documentation"},
- "5513b2454e583595fd92ab3b3f2b637437cd5230", [raw]},
+ {tag, "2.1.0"}, [raw]},
{fauxton, {url, "https://github.com/apache/couchdb-fauxton"},
- {tag, "v1.1.13"}, [raw]},
+ {tag, "v1.1.13"}, [raw]},
%% Third party deps
{folsom, "folsom", {tag, "CouchDB-0.8.1"}},
{ibrowse, "ibrowse", {tag, "CouchDB-4.0.1"}},