diff options
author | Nick Vatamaniuc <vatamane@gmail.com> | 2022-12-16 14:13:58 -0500 |
---|---|---|
committer | Nick Vatamaniuc <nickva@users.noreply.github.com> | 2022-12-16 15:17:23 -0500 |
commit | 9ac1b95fa1eca0f00ae63188da91b552ce97ccd3 (patch) | |
tree | 8525eddd21c9fb0187ad6f12a2052039d4699e59 /rebar.config.script | |
parent | 23a2d85e58563783762c464c23ab61c49d7e7459 (diff) | |
download | couchdb-9ac1b95fa1eca0f00ae63188da91b552ce97ccd3.tar.gz |
Bump Fauxton to v1.2.9
Diffstat (limited to 'rebar.config.script')
-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 3952ad857..9bd38af31 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -149,7 +149,7 @@ DepDescs = [ %% %% Non-Erlang deps {fauxton, {url, "https://github.com/apache/couchdb-fauxton"}, - {tag, "v1.2.8"}, [raw]}, + {tag, "v1.2.9"}, [raw]}, %% Third party deps {folsom, "folsom", {tag, "CouchDB-0.8.4"}}, {hyper, "hyper", {tag, "CouchDB-2.2.0-7"}}, |