diff options
author | Robert Newson <rnewson@apache.org> | 2019-10-02 15:55:25 +0100 |
---|---|---|
committer | Robert Newson <rnewson@apache.org> | 2019-10-02 15:55:25 +0100 |
commit | 92e00c7c80ced8dc23ccc01d52554f29789e197d (patch) | |
tree | 21a01d298041c4270eebad8168ad7d3b7c46af9b | |
parent | dc054e7ddcc3ea059e1f86a7039cf86912ab1052 (diff) | |
download | couchdb-92e00c7c80ced8dc23ccc01d52554f29789e197d.tar.gz |
Update fauxton to version 1.1.20fauxton-1.1.20
-rw-r--r-- | rebar.config.script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script index c38b6e235..425b4582c 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -110,7 +110,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.3"}}, {hyper, "hyper", {tag, "CouchDB-2.2.0-4"}}, |