Skip to content

Commit

Permalink
Update deps: meck, stacktrace_compat
Browse files Browse the repository at this point in the history
  • Loading branch information
vkatsuba committed Nov 2, 2020
1 parent 61f3cc2 commit d9daba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{minimum_otp_vsn, "21.1"}.

{deps, [
{stacktrace_compat, "1.0.2"}
{stacktrace_compat, "1.2.1"}
]}.

{pre_hooks, [{compile, "escript dicts_compiler.erl compile"},
Expand All @@ -13,7 +13,7 @@
{test, [
{erl_opts, [nowarn_export_all]},
{project_app_dirs, ["applications/*", "src/*", "."]},
{deps, [{meck, "0.8.13"}]},
{deps, [{meck, "0.9.0"}]},
{plugins, [coveralls]}
]}
]}.
Expand Down

0 comments on commit d9daba5

Please sign in to comment.