diff options
author | Will Holley <willholley@apache.org> | 2020-04-21 19:09:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-21 14:09:18 -0400 |
commit | 5748ef39ff18325369ce2c81121933c115fb0c0e (patch) | |
tree | e75a5674920919af262c05684fe93d9fc1cb7a3c | |
parent | 975110db2aa68581fa00e8f55eb5ff63c32ed17e (diff) | |
download | couchdb-5748ef39ff18325369ce2c81121933c115fb0c0e.tar.gz |
Bump fauxton to v1.2.3 (#2515)
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 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"}}, |