Skip to content

Commit

Permalink
rebar.config: Make "bump" work with Rebar3 3.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weiss committed Mar 1, 2022
1 parent 8829bd1 commit 2a7c38c
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 @@ -180,6 +180,6 @@
eunit,
cover]},
{bump,
[{clean, "-a"},
update,
upgrade]}]}.
[update,
{clean, "-a"},
{upgrade, "-a"}]}]}.

0 comments on commit 2a7c38c

Please sign in to comment.