Skip to content

Commit

Permalink
Update rebar.config deps
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 7, 2024
1 parent 3477ed3 commit cea1ba9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
]}.

{project_plugins, [
{erlfmt, "1.2.0"},
{erlfmt, "1.3.0"},
{rebar3_hank, "1.4.0"},
{rebar3_lint, "3.1.0"}
{rebar3_lint, "3.2.5"}
]}.

{deps, [{cowboy, "2.10.0"}]}.
{deps, [{cowboy, "2.12.0"}]}.

{alias, [
{ci, [fmt, lint, xref, dialyzer]}
Expand Down

0 comments on commit cea1ba9

Please sign in to comment.