Skip to content

Commit d33363e

Browse files
authored
Update to latest pkg:build_verify (#836)
1 parent c48ebb3 commit d33363e

File tree

7 files changed

+4
-10
lines changed

7 files changed

+4
-10
lines changed

_test_yaml/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ environment:
66

77
dev_dependencies:
88
build_runner: ^1.0.0
9-
build_verify: ^1.1.0
9+
build_verify: ^2.0.0
1010
checked_yaml: any
1111
json_annotation: any
1212
json_serializable: any

_test_yaml/test/ensure_build_test.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
// @dart=2.9
6-
75
@TestOn('vm')
86
@Tags(['presubmit-only'])
97
import 'package:build_verify/build_verify.dart';

checked_yaml/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515

1616
dev_dependencies:
1717
build_runner: ^1.0.0
18-
build_verify: ^1.1.0
18+
build_verify: ^2.0.0
1919
json_serializable: ^4.0.0
2020
path: ^1.0.0
2121
test: ^1.16.0

checked_yaml/test/ensure_build_test.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
// @dart=2.9
6-
75
@TestOn('vm')
86
@Tags(['presubmit-only'])
97
import 'package:build_verify/build_verify.dart';

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dev_dependencies:
1111
build_runner: ^1.0.0
1212

1313
# Used by tests. Not required to use `json_serializable`.
14-
build_verify: ^1.0.0
14+
build_verify: ^2.0.0
1515

1616
json_serializable: ^4.0.0
1717

example/test/ensure_build_test.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
// @dart=2.9
6-
75
@Tags(['presubmit-only'])
86
import 'package:build_verify/build_verify.dart';
97
import 'package:test/test.dart';

json_serializable/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525

2626
dev_dependencies:
2727
build_runner: ^1.0.0
28-
build_verify: ^1.1.0
28+
build_verify: ^2.0.0
2929
collection: ^1.14.0
3030
dart_style: ^1.2.0
3131
logging: ^1.0.0

0 commit comments

Comments
 (0)