diff options
author | ILYA Khlopotov <iilyak@apache.org> | 2019-02-25 14:23:55 +0000 |
---|---|---|
committer | ILYA Khlopotov <iilyak@apache.org> | 2019-02-25 20:49:28 +0000 |
commit | ca74d1231248995d5d8fcb23a2a2cfaa3cb5de37 (patch) | |
tree | 76c2157988cb3dd68856e06cea041a6a8073a34f | |
parent | b81ca74e86d89189edbd05c837ba072c15aefd0a (diff) | |
download | couchdb-ca74d1231248995d5d8fcb23a2a2cfaa3cb5de37.tar.gz |
Update folsom to support newer erlang
-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 64b9ea1c3..7d85abb34 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -101,7 +101,7 @@ DepDescs = [ {fauxton, {url, "https://github.com/apache/couchdb-fauxton"}, {tag, "v1.1.19"}, [raw]}, %% Third party deps -{folsom, "folsom", {tag, "CouchDB-0.8.2"}}, +{folsom, "folsom", {tag, "CouchDB-0.8.3"}}, {hyper, "hyper", {tag, "CouchDB-2.2.0-4"}}, {ibrowse, "ibrowse", {tag, "CouchDB-4.0.1"}}, {jiffy, "jiffy", {tag, "CouchDB-0.14.11-2"}}, |