diff options
author | garren smith <garren.smith@gmail.com> | 2020-10-21 21:21:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-21 15:21:40 -0400 |
commit | 2428f0fcf4b36bfa88485e0f234124f28fbacf10 (patch) | |
tree | 6c7a503da7632698526711bb520537979cc86790 | |
parent | ab70b753b77804ab3bedf13d1cdbfc5692235d55 (diff) | |
download | couchdb-2428f0fcf4b36bfa88485e0f234124f28fbacf10.tar.gz |
update to latest fauxton 1.2.6 (#3134)
Co-authored-by: Joan Touzet <wohali@users.noreply.github.com>
-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 af25e61f4..2679e3aeb 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -162,7 +162,7 @@ DepDescs = [ {docs, {url, "https://github.com/apache/couchdb-documentation"}, {tag, "3.1.0-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"}}, |