summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2017-07-13 08:27:14 -0400
committerGitHub <noreply@github.com>2017-07-13 08:27:14 -0400
commit327766ed1cd2efcbad3322116dbfd1a6a25e45b5 (patch)
tree11133290b2f185b1d392b21eb31e5b6f0141ae5d
parent83b41523fa010283dae86680ac2f884fed47a34d (diff)
parent1459e3a89e89dc2d8fd0f2740651768b734b202c (diff)
Merge pull request #1583 from erlang/update_meck
update meck for otp20
-rw-r--r--rebar.config2
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]}
]
},