summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <joant@atypical.net>2017-10-20 17:12:34 -0400
committerJoan Touzet <wohali@users.noreply.github.com>2017-10-20 19:05:37 -0400
commitb6da4d948ee239b9fa83868f060344cbb09c1efd (patch)
tree5d9842708c8f22848f8f4aa68b50b974ba55d4d5
parent5621e8d487926eb1f18a48d4e4fbe3a86237682f (diff)
downloadcouchdb-2.1.1-RC1.tar.gz
Bump fauxton and doc deps for 2.1.1 release2.1.1-RC1
-rw-r--r--rebar.config.script4
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config.script b/rebar.config.script
index 80a02a0b0..ee63aef13 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -56,9 +56,9 @@ DepDescs = [
%% Non-Erlang deps
{docs, {url, "https://github.com/apache/couchdb-documentation"},
- {tag, "2.1.0"}, [raw]},
+ {tag, "2.1.1"}, [raw]},
{fauxton, {url, "https://github.com/apache/couchdb-fauxton"},
- {tag, "v1.1.13"}, [raw]},
+ {tag, "v1.1.14"}, [raw]},
%% Third party deps
{folsom, "folsom", {tag, "CouchDB-0.8.2"}},
{ibrowse, "ibrowse", {tag, "CouchDB-4.0.1"}},