summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2019-02-12 12:49:16 +0100
committerJan Lehnardt <jan@apache.org>2019-02-17 18:33:19 +0100
commit9ba7ca18f930afb7aafd055ae287720234361d38 (patch)
tree2a9a7702ac6a3baf28e2a0c753dc1d079046c21a
parent69ca99f11f7a7ac4dd5016172f6bd8aaf95a1abb (diff)
downloadcouchdb-9ba7ca18f930afb7aafd055ae287720234361d38.tar.gz
update Fauxton to 1.1.20
-rw-r--r--rebar.config.script4
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config.script b/rebar.config.script
index c483b192a..34dbdfa6b 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -85,7 +85,7 @@ SubDirs = [
DepDescs = [
%% Independent Apps
-{config, "config", {tag, "2.1.5"}},
+{config, "config", {tag, "2.1.4"}},
{b64url, "b64url", {tag, "1.0.1"}},
{ets_lru, "ets-lru", {tag, "1.0.0"}},
{khash, "khash", {tag, "1.0.1"}},
@@ -96,7 +96,7 @@ DepDescs = [
{docs, {url, "https://github.com/apache/couchdb-documentation"},
{tag, "2.3.0"}, [raw]},
{fauxton, {url, "https://github.com/apache/couchdb-fauxton"},
- {tag, "v1.1.19"}, [raw]},
+ {tag, "v1.1.20"}, [raw]},
%% Third party deps
{folsom, "folsom", {tag, "CouchDB-0.8.2"}},
{hyper, "hyper", {tag, "CouchDB-2.2.0-4"}},