File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
bricks/dart_frog_prod_server/hooks Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 16
16
build :
17
17
uses : VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
18
18
with :
19
- runs_on : macos-latest
20
19
working_directory : bricks/dart_frog_prod_server/hooks
21
20
analyze_directories : .
22
21
report_on : " pre_gen.dart,post_gen.dart"
Original file line number Diff line number Diff line change 1
- include : package:very_good_analysis/analysis_options.4 .0.0.yaml
1
+ include : package:very_good_analysis/analysis_options.5 .0.0.yaml
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: dart_frog_prod_server_hooks
2
2
publish_to : none
3
3
4
4
environment :
5
- sdk : " >=2.19 .0 <3 .0.0"
5
+ sdk : " >=3.0 .0 <4 .0.0"
6
6
7
7
dependencies :
8
8
dart_frog_gen : ^0.4.0
@@ -14,4 +14,4 @@ dependencies:
14
14
dev_dependencies :
15
15
mocktail : ^0.3.0
16
16
test : ^1.19.2
17
- very_good_analysis : ^4 .0.0
17
+ very_good_analysis : ^5 .0.0
You can’t perform that action at this time.
0 commit comments