File tree Expand file tree Collapse file tree 7 files changed +4
-10
lines changed Expand file tree Collapse file tree 7 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ environment:
6
6
7
7
dev_dependencies :
8
8
build_runner : ^1.0.0
9
- build_verify : ^1.1 .0
9
+ build_verify : ^2.0 .0
10
10
checked_yaml : any
11
11
json_annotation : any
12
12
json_serializable : any
Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- // @dart=2.9
6
-
7
5
@TestOn ('vm' )
8
6
@Tags (['presubmit-only' ])
9
7
import 'package:build_verify/build_verify.dart' ;
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies:
15
15
16
16
dev_dependencies :
17
17
build_runner : ^1.0.0
18
- build_verify : ^1.1 .0
18
+ build_verify : ^2.0 .0
19
19
json_serializable : ^4.0.0
20
20
path : ^1.0.0
21
21
test : ^1.16.0
Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- // @dart=2.9
6
-
7
5
@TestOn ('vm' )
8
6
@Tags (['presubmit-only' ])
9
7
import 'package:build_verify/build_verify.dart' ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dev_dependencies:
11
11
build_runner : ^1.0.0
12
12
13
13
# Used by tests. Not required to use `json_serializable`.
14
- build_verify : ^1 .0.0
14
+ build_verify : ^2 .0.0
15
15
16
16
json_serializable : ^4.0.0
17
17
Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- // @dart=2.9
6
-
7
5
@Tags (['presubmit-only' ])
8
6
import 'package:build_verify/build_verify.dart' ;
9
7
import 'package:test/test.dart' ;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies:
25
25
26
26
dev_dependencies :
27
27
build_runner : ^1.0.0
28
- build_verify : ^1.1 .0
28
+ build_verify : ^2.0 .0
29
29
collection : ^1.14.0
30
30
dart_style : ^1.2.0
31
31
logging : ^1.0.0
You can’t perform that action at this time.
0 commit comments