File tree 3 files changed +12
-10
lines changed
3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 57
57
fail-fast : false
58
58
matrix :
59
59
os : [ubuntu-latest]
60
- sdk : [3.2 , dev]
60
+ sdk : [3.6 , dev]
61
61
steps :
62
62
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
63
63
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
Original file line number Diff line number Diff line change 1
1
## 1.5.0-wip
2
2
3
3
- Add ` Pubspec.workspace ` and ` Pubspec.resolution ` fields.
4
+ - Require Dart 3.6
5
+ - Update dependencies.
4
6
5
7
## 1.4.0
6
8
Original file line number Diff line number Diff line change @@ -9,24 +9,24 @@ topics:
9
9
- dart-pub
10
10
11
11
environment :
12
- sdk : ^3.2 .0
12
+ sdk : ^3.6 .0
13
13
14
14
dependencies :
15
15
checked_yaml : ^2.0.1
16
- collection : ^1.15 .0
17
- json_annotation : ^4.8 .0
18
- pub_semver : ^2.0.0
16
+ collection : ^1.19 .0
17
+ json_annotation : ^4.9 .0
18
+ pub_semver : ^2.1.4
19
19
yaml : ^3.0.0
20
20
21
21
dev_dependencies :
22
- build_runner : ^2.2.1
22
+ build_runner : ^2.4.6
23
23
build_verify : ^3.0.0
24
24
dart_flutter_team_lints : ^3.0.0
25
- json_serializable : ^6.6.0
26
- path : ^1.8 .0
25
+ json_serializable : ^6.9.1
26
+ path : ^1.9 .0
27
27
# Needed because we are configuring `combining_builder`
28
- source_gen : ^1.2.3
28
+ source_gen : ^2.0.0
29
29
stack_trace : ^1.10.0
30
- test : ^1.21.6
30
+ test : ^1.24.4
31
31
test_descriptor : ^2.0.0
32
32
test_process : ^2.0.0
You can’t perform that action at this time.
0 commit comments