Skip to content

Commit

Permalink
Update perltidy version
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Feb 6, 2024
1 parent 7918b4a commit 8471b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on 'develop' => sub {
requires 'Code::TidyAll';
requires 'Perl::Critic';
requires 'Perl::Critic::Community';
requires 'Perl::Tidy', '== 20230912';
requires 'Perl::Tidy', '== 20240202';

};

Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ main_requires:
perl(Module::CPANfile):

develop_requires:
perl(Perl::Tidy): '== 20230912'
perl(Perl::Tidy): '== 20240202'
perl(Code::TidyAll):
perl(Perl::Critic):
perl(Perl::Critic::Community):
Expand Down

0 comments on commit 8471b58

Please sign in to comment.