diff --git a/logging/pubspec.yaml b/logging/pubspec.yaml index 235e0900f9..1f759c9588 100644 --- a/logging/pubspec.yaml +++ b/logging/pubspec.yaml @@ -22,7 +22,7 @@ dependencies: sentry: 8.2.0 dev_dependencies: - lints: ^3.0.0 + lints: ^4.0.0 test: ^1.21.1 yaml: ^3.1.0 # needed for version match (code and pubspec) coverage: ^1.3.0 diff --git a/logging/test/version_test.dart b/logging/test/version_test.dart index f27d675c7d..316a1caaff 100644 --- a/logging/test/version_test.dart +++ b/logging/test/version_test.dart @@ -1,4 +1,5 @@ @TestOn('vm') +library dart_test; import 'dart:io';