| commit | 472a9fe13f11f92c099e8ee5a2f87e74425caea2 | [log] [tgz] |
|---|---|---|
| author | Kevin Moore <kevmoo@google.com> | Fri Jun 22 09:44:24 2018 -0700 |
| committer | Kevin Moore <kevmoo@users.noreply.github.com> | Thu Jun 28 07:51:29 2018 -0700 |
| tree | 1cd5507df22e6b7edb91402c56250d2ec65daba9 | |
| parent | e0e79c8cee4044d67a5f415c41c3b84b950ad38b [diff] |
misc: require a minimum of build_runner 0.9.0, update pkg:test dep
diff --git a/pkgs/pubspec_parse/pubspec.yaml b/pkgs/pubspec_parse/pubspec.yaml index ae60a28..2ec796f 100644 --- a/pkgs/pubspec_parse/pubspec.yaml +++ b/pkgs/pubspec_parse/pubspec.yaml
@@ -15,10 +15,10 @@ yaml: ^2.1.12 dev_dependencies: - build_runner: ^0.8.0 + build_runner: ^0.9.0 json_serializable: ^0.5.8 path: ^1.5.1 stack_trace: ^1.9.2 - test: ^0.12.42 + test: ^1.0.0 test_descriptor: ^1.0.3 test_process: ^1.0.2