diff --git a/extras/with_built_value/pubspec.yaml b/extras/with_built_value/pubspec.yaml index 3973824c..7b2c784c 100644 --- a/extras/with_built_value/pubspec.yaml +++ b/extras/with_built_value/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: dev_dependencies: moor_generator: ^4.0.0 built_value_generator: ^8.0.0 - build_runner: ^1.11.1 + build_runner: ^1.12.0 dependency_overrides: moor: @@ -21,8 +21,3 @@ dependency_overrides: path: ../../moor_generator sqlparser: path: ../../sqlparser - # todo: Remove as soon as built_value_generator supports the latest analyzer and build packages - analyzer: ^1.0.0 - convert: ^3.0.0-nullsafety - build: ^2.0.0 - source_gen: ^0.9.10+4 diff --git a/moor/pubspec.yaml b/moor/pubspec.yaml index 0d57c978..9416d069 100644 --- a/moor/pubspec.yaml +++ b/moor/pubspec.yaml @@ -32,7 +32,4 @@ dependency_overrides: moor_generator: path: ../moor_generator sqlparser: - path: ../sqlparser - # todo: Remove once mockito version 5.0.2 is released - build: ^2.0.0 - source_gen: ^0.9.10+4 \ No newline at end of file + path: ../sqlparser \ No newline at end of file