This is an automated email from the ASF dual-hosted git repository. iilyak pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/master by this push: new ca74d12 Update folsom to support newer erlang new c90c453 Merge pull request #1938 from cloudant/update-folsom ca74d12 is described below commit ca74d1231248995d5d8fcb23a2a2cfaa3cb5de37 Author: ILYA Khlopotov <iil...@apache.org> AuthorDate: Mon Feb 25 14:23:55 2019 +0000 Update folsom to support newer erlang --- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config.script b/rebar.config.script index 64b9ea1..7d85abb 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"}},