diff --git a/rebar.config b/rebar.config index d301095..2606b7d 100644 --- a/rebar.config +++ b/rebar.config @@ -15,9 +15,9 @@ [{test, [{deps, [{meck, "~> 0.9.2"}]}, {dialyzer, [{plt_extra_apps, [common_test]}]}]}]}. {project_plugins, - [{rebar3_hex, "~> 7.0.7"}, + [{rebar3_hex, "~> 7.0.8"}, {rebar3_format, "~> 1.3.0"}, - {rebar3_lint, "~> 3.2.3"}, + {rebar3_lint, "~> 3.2.5"}, {rebar3_hank, "~> 1.4.0"}]}. {dialyzer, [{warnings, [no_return, unmatched_returns, error_handling, underspecs]}]}.