diff --git a/pubspec.yaml b/pubspec.yaml index f97145a..adeedcc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,11 +1,11 @@ name: utopia_di description: Light & Fast Dart Dependency Injection library. Easy to use and powerful for all kinds of needs, with no external dependencies. -version: 0.2.1 +version: 0.3.0 repository: https://github.com/utopia-dart/utopia_di environment: sdk: '>=2.19.2 <4.0.0' dev_dependencies: - lints: ^3.0.0 - test: ^1.25.2 + lints: ^4.0.0 + test: ^1.25.8