summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <wohali@users.noreply.github.com>2020-04-22 14:51:15 -0400
committerGitHub <noreply@github.com>2020-04-22 18:51:15 +0000
commit74825502ceebfad35c928fa1dc0415810a617a6d (patch)
tree82e219ead86a374d605c27a4b14660192fd18e48
parent123bf82370c21a8b5458299a7e36c477a0fedca4 (diff)
downloadcouchdb-74825502ceebfad35c928fa1dc0415810a617a6d.tar.gz
Bump fauxton to v1.2.3 (#2515) (#2803)
Co-authored-by: Joan Touzet <wohali@users.noreply.github.com> Co-authored-by: Will Holley <willholley@apache.org>
-rw-r--r--rebar.config.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script
index 408ad3d48..bfca5c84e 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -153,7 +153,7 @@ DepDescs = [
{docs, {url, "https://github.com/apache/couchdb-documentation"},
{tag, "3.0.0"}, [raw]},
{fauxton, {url, "https://github.com/apache/couchdb-fauxton"},
- {tag, "v1.2.2"}, [raw]},
+ {tag, "v1.2.3"}, [raw]},
%% Third party deps
{folsom, "folsom", {tag, "CouchDB-0.8.3"}},
{hyper, "hyper", {tag, "CouchDB-2.2.0-6"}},