summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holley <willholley@apache.org>2019-10-10 16:19:45 +0100
committerGitHub <noreply@github.com>2019-10-10 16:19:45 +0100
commite5b590617c839b4005dc7cbcdefc6e97caec4558 (patch)
treec026cf3758bdb5d03be2e487abc60f25f088a530
parent51cb66eda50fe6a2ceae528fbb9dc13c7d073d49 (diff)
parent4c66e847b67529bb2fc0fd7e9172d4f1f0d65e82 (diff)
downloadcouchdb-e5b590617c839b4005dc7cbcdefc6e97caec4558.tar.gz
Merge pull request #2250 from apache/fauxton-1.2.1
Update Fauxton to 1.2.1
-rw-r--r--rebar.config.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script
index 88cec8949..d431cbef5 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.2.0"}, [raw]},
+ {tag, "v1.2.1"}, [raw]},
%% Third party deps
{folsom, "folsom", {tag, "CouchDB-0.8.3"}},
{hyper, "hyper", {tag, "CouchDB-2.2.0-4"}},