diff options
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rebar.config b/rebar.config index 3845757..e3d0604 100644 --- a/rebar.config +++ b/rebar.config @@ -7,7 +7,7 @@ {providers, "1.6.0"}, {getopt, "0.8.2"}, {bbmustache, "1.3.0"}, - {relx, "3.23.0"}, + {relx, "3.23.1"}, {cf, "0.2.2"}, {cth_readable, "1.2.6"}, {eunit_formatters, "0.3.1"}]}. @@ -38,8 +38,8 @@ %% Profiles {profiles, [{test, [ - {deps, [{meck, "0.8.2"}]}, - {erl_opts, [debug_info]} + {deps, [{meck, "0.8.7"}]}, + {erl_opts, [debug_info, nowarn_export_all]} ] }, |