Skip to content

Commit

Permalink
chore(deps): update rebar.config deps
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and paulo-ferraz-oliveira committed Jun 25, 2024
1 parent 5737b59 commit 4c14841
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: CI

jobs:
linux:
name: OTP ${{ matrix.otp_version }}
name: CI
runs-on: ${{ matrix.os }}

strategy:
Expand Down
6 changes: 3 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
]}.

{project_plugins,
[{rebar3_hex, "7.0.7"},
[{rebar3_hex, "7.0.8"},
{erlfmt, "1.3.0"},
{rebar3_lint, "3.2.4"},
{rebar3_lint, "3.2.5"},
{rebar3_hank, "1.4.0"},
{rebar3_ex_doc, "0.2.22"}]}.
{rebar3_ex_doc, "0.2.23"}]}.

{shell, [{apps, [arizona]}]}.

0 comments on commit 4c14841

Please sign in to comment.