Skip to content

Commit

Permalink
feat: Allow newer versions of analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed Dec 17, 2024
1 parent f663e43 commit 298dc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/codegen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ analyzer:
- 'lib/**/*.g.dart'

dependencies:
analyzer: '>=6.2.0 <6.5.0'
analyzer: '^6.2.0'
build: '^2.4.1'
code_builder: '^4.10.1'
dynamic_widget_annotation: '^2.0.0'
Expand Down

0 comments on commit 298dc51

Please sign in to comment.