summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <joant@atypical.net>2020-04-29 19:55:32 -0400
committerJoan Touzet <wohali@users.noreply.github.com>2020-04-29 21:20:52 -0400
commit5db8bfeac16d313947e3994693fbcf698a843603 (patch)
tree8105d6b3a78ffc2bc66d5e64f1c19cb02b6cc448
parentc534118b73b5d6c1732e206d9a51bc1ce3386728 (diff)
downloadcouchdb-5db8bfeac16d313947e3994693fbcf698a843603.tar.gz
bump docs, fauxton for 3.1.03.1.0-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 02d0df003..d8afc10e3 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -151,9 +151,9 @@ DepDescs = [
%% Non-Erlang deps
{docs, {url, "https://github.com/apache/couchdb-documentation"},
- {tag, "3.0.0"}, [raw]},
+ {tag, "3.1.0-RC1"}, [raw]},
{fauxton, {url, "https://github.com/apache/couchdb-fauxton"},
- {tag, "v1.2.3"}, [raw]},
+ {tag, "v1.2.4"}, [raw]},
%% Third party deps
{folsom, "folsom", {tag, "CouchDB-0.8.3"}},
{hyper, "hyper", {tag, "CouchDB-2.2.0-6"}},