Skip to content

Commit

Permalink
Merge pull request #97 from paulo-ferraz-oliveira/feature/approach-ot…
Browse files Browse the repository at this point in the history
…p-24

Bump some dep.s for OTP 24 compatibility
  • Loading branch information
Brujo Benavides authored Mar 25, 2021
2 parents 13dd2b8 + b533344 commit 97cd765
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions elvis.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
{elvis_style, god_modules, #{ ignore => [trails_SUITE]}}],
ruleset => erl_files
},
#{dirs => ["."],
filter => "Makefile",
rules => [{elvis_project, protocol_for_deps_erlang_mk, #{regex => "(https://.*|[0-9]+([.][0-9]+)*)"}}],
ruleset => makefiles
},
#{dirs => ["."],
filter => "rebar.config",
ruleset => rebar_config
Expand Down
6 changes: 3 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

{project_plugins,
[
{rebar3_lint, "0.3.0"}
{rebar3_lint, "0.4.0"}
]
}.

Expand All @@ -24,8 +24,8 @@
{cover_opts, [verbose]},
{deps, [
{katana_test, "1.0.1"},
{mixer, "1.1.0", {pkg, inaka_mixer}},
{meck, "0.9.0"},
{mixer, "1.1.1", {pkg, inaka_mixer}},
{meck, "0.9.2"},
{xref_runner, "1.2.0"}
]}
]}
Expand Down

0 comments on commit 97cd765

Please sign in to comment.