diff options
author | Will Holley <willholley@gmail.com> | 2019-10-10 13:34:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-10 13:34:15 +0100 |
commit | 4c66e847b67529bb2fc0fd7e9172d4f1f0d65e82 (patch) | |
tree | c026cf3758bdb5d03be2e487abc60f25f088a530 | |
parent | 51cb66eda50fe6a2ceae528fbb9dc13c7d073d49 (diff) | |
download | couchdb-4c66e847b67529bb2fc0fd7e9172d4f1f0d65e82.tar.gz |
Update Fauxton to 1.2.1fauxton-1.2.1
Fauxton 1.2.0 failed to compile on some platforms. 1.2.1 is a patch release which updates the webpack dependency to address this.
-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 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"}}, |