Skip to content

Commit

Permalink
[AUTO] Update Dependencies (#24)
Browse files Browse the repository at this point in the history
* Update dependencies

* Update erlang.yml

* Update erlang.yml

Co-authored-by: Brujo Benavides <[email protected]>
  • Loading branch information
adroll-rtb-ci and elbrujohalcon authored May 30, 2022
1 parent d3767bb commit 4b88517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
otp: ['22.3', '23.3', '24.3']
otp: ['23.3', '24.3']
rebar: ['3.18.0']

steps:
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
{alias, [{test, [format, lint, hank, xref, dialyzer, eunit]}]}.

{project_plugins,
[{rebar3_format, "~> 1.1.0"}, {rebar3_lint, "~> 1.0.2"}, {rebar3_hank, "~> 1.2.2"}]}.
[{rebar3_format, "~> 1.2.0"}, {rebar3_lint, "~> 1.0.2"}, {rebar3_hank, "~> 1.3.0"}]}.

0 comments on commit 4b88517

Please sign in to comment.