summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <joant@atypical.net>2020-04-29 19:53:30 -0400
committerJoan Touzet <wohali@users.noreply.github.com>2020-04-29 21:20:38 -0400
commit4f3d5aef254cf24224d05072ba175a281a3b1df6 (patch)
tree2e0897b1bcb28b2fa84b09f31e00a915ed6c6642
parentba9fc3c3606fe6ae6d361b9a4322ecf07e4dcec5 (diff)
downloadcouchdb-4f3d5aef254cf24224d05072ba175a281a3b1df6.tar.gz
Bump docs, fauxton
-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"}},