diff options
author | Nick Vatamaniuc <vatamane@apache.org> | 2017-09-28 18:30:53 -0400 |
---|---|---|
committer | Nick Vatamaniuc <nickva@users.noreply.github.com> | 2017-09-29 09:38:16 -0400 |
commit | 9751b067748e6fa0f15741613d95eb4737adf75f (patch) | |
tree | bc95ee9478be698b20689a41bc50b4af17f84e8f /rebar.config.script | |
parent | d04038a01d45206b161625a384e21169dbfc2e4e (diff) | |
download | couchdb-9751b067748e6fa0f15741613d95eb4737adf75f.tar.gz |
Update meck to latest version 0.8.8
Folsom depended on 0.8.2 as well so had to update folsom and bump its tag.
Diffstat (limited to 'rebar.config.script')
-rw-r--r-- | rebar.config.script | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config.script b/rebar.config.script index 654fb2f12..61c34fd00 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -60,11 +60,11 @@ DepDescs = [ {fauxton, {url, "https://github.com/apache/couchdb-fauxton"}, {tag, "v1.1.13"}, [raw]}, %% Third party deps -{folsom, "folsom", {tag, "CouchDB-0.8.1"}}, +{folsom, "folsom", {tag, "CouchDB-0.8.2"}}, {ibrowse, "ibrowse", {tag, "CouchDB-4.0.1"}}, {jiffy, "jiffy", {tag, "CouchDB-0.14.11-1"}}, {mochiweb, "mochiweb", {tag, "CouchDB-2.12.0-1"}}, -{meck, "meck", {tag, "0.8.2"}} +{meck, "meck", {tag, "0.8.8"}} ], |