summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <joant@atypical.net>2020-09-01 14:57:07 -0400
committerJoan Touzet <joant@atypical.net>2020-09-08 18:15:48 -0400
commit1e0b145d788a85084ad84431aff65b8acf590613 (patch)
tree082d5b6848e1a3676a8612cfa26cf90b0017076a
parenta5d1fa40a1fb89205fb925e99a6bf4235c65b646 (diff)
downloadcouchdb-3.1.1-bump-deps.tar.gz
Bump fauxton, docs for 3.1.1 release3.1.1-bump-deps
-rw-r--r--rebar.config.script4
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config.script b/rebar.config.script
index d8afc10e3..e48a559ac 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.1.0-RC1"}, [raw]},
+ {tag, "3.1.1-RC1"}, [raw]},
{fauxton, {url, "https://github.com/apache/couchdb-fauxton"},
- {tag, "v1.2.4"}, [raw]},
+ {tag, "v1.2.6"}, [raw]},
%% Third party deps
{folsom, "folsom", {tag, "CouchDB-0.8.3"}},
{hyper, "hyper", {tag, "CouchDB-2.2.0-6"}},