summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichellephung <michellephung@gmail.com>2017-07-29 20:13:35 -0400
committermichellephung <michellephung@gmail.com>2017-07-29 20:19:51 -0400
commit3875186e4905b5a907803d54c32c0e3ffc0793f5 (patch)
tree2103c0c9a298c9df8ea0986febe704fd201fd1a3
parent04f749cd8fce8da13cd64d22c6b7335d550bc9d0 (diff)
downloadcouchdb-3875186e4905b5a907803d54c32c0e3ffc0793f5.tar.gz
Update Rebar file with Fauxton 1.1.13
-rw-r--r--rebar.config.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script
index 921e0ac0d..e81f28cae 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -58,7 +58,7 @@ DepDescs = [
{docs, {url, "https://github.com/apache/couchdb-documentation"},
"5513b2454e583595fd92ab3b3f2b637437cd5230", [raw]},
{fauxton, {url, "https://github.com/apache/couchdb-fauxton"},
- {tag, "v1.1.12"}, [raw]},
+ {tag, "v1.1.13"}, [raw]},
%% Third party deps
{folsom, "folsom", {tag, "CouchDB-0.8.1"}},
{ibrowse, "ibrowse", {tag, "CouchDB-4.0.1"}},