diff options
author | alisdair sullivan <alisdairsullivan@yahoo.ca> | 2017-07-12 22:39:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-12 22:39:54 -0700 |
commit | 1459e3a89e89dc2d8fd0f2740651768b734b202c (patch) | |
tree | 11133290b2f185b1d392b21eb31e5b6f0141ae5d | |
parent | 83b41523fa010283dae86680ac2f884fed47a34d (diff) |
update meck for otp20
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 3845757..6cb44c4 100644 --- a/rebar.config +++ b/rebar.config @@ -38,7 +38,7 @@ %% Profiles {profiles, [{test, [ - {deps, [{meck, "0.8.2"}]}, + {deps, [{meck, "0.8.7"}]}, {erl_opts, [debug_info]} ] }, |