diff options
author | Joan Touzet <wohali@users.noreply.github.com> | 2020-02-01 05:00:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-01 05:00:18 +0000 |
commit | b9d138b0a058fabd5943511e9951e2fbe50a4fd2 (patch) | |
tree | a33626b375fa059834580e5831bba4aa87000681 /rebar.config.script | |
parent | 3aab21c8c47246d00af4a777d47924c506dcd2fb (diff) | |
download | couchdb-b9d138b0a058fabd5943511e9951e2fbe50a4fd2.tar.gz |
Add recon for user convenience (#2511)
Diffstat (limited to 'rebar.config.script')
-rw-r--r-- | rebar.config.script | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script index ace09ae1a..070860663 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -159,7 +159,8 @@ DepDescs = [ {ibrowse, "ibrowse", {tag, "CouchDB-4.0.1-1"}}, {jiffy, "jiffy", {tag, "CouchDB-1.0.1-1"}}, {mochiweb, "mochiweb", {tag, "v2.20.0"}}, -{meck, "meck", {tag, "0.8.8"}} +{meck, "meck", {tag, "0.8.8"}}, +{recon, "recon", {tag, "2.5.0"}} ], WithProper = lists:keyfind(with_proper, 1, CouchConfig) == {with_proper, true}, |