summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <wohali@atypical.net>2018-07-24 01:32:33 -0400
committerJoan Touzet <wohali@users.noreply.github.com>2018-07-24 03:59:32 -0400
commitb1fbbb117a4e4974ca5652c17019087d172224da (patch)
tree781b08d90c598443c9509f0f62301dcb817e88b0
parent98eec314ca4cf05399cc44d330d5abf038e399c1 (diff)
downloadcouchdb-b1fbbb117a4e4974ca5652c17019087d172224da.tar.gz
Bump fauxton dependency
-rw-r--r--rebar.config.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script
index 072d29fc8..5b79a8890 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -58,7 +58,7 @@ DepDescs = [
{docs, {url, "https://github.com/apache/couchdb-documentation"},
{tag, "2.1.2"}, [raw]},
{fauxton, {url, "https://github.com/apache/couchdb-fauxton"},
- {tag, "v1.1.15"}, [raw]},
+ {tag, "v1.1.16"}, [raw]},
%% Third party deps
{folsom, "folsom", {tag, "CouchDB-0.8.2"}},
{hyper, "hyper", {tag, "CouchDB-2.2.0-4"}},