diff --git a/angel_orm_postgres/pubspec.yaml b/angel_orm_postgres/pubspec.yaml index 1bf893cb..f94e71ac 100644 --- a/angel_orm_postgres/pubspec.yaml +++ b/angel_orm_postgres/pubspec.yaml @@ -14,4 +14,7 @@ dev_dependencies: angel_orm_test: path: ../angel_orm_test pretty_logging: ^1.0.0 - test: ^1.0.0 \ No newline at end of file + test: ^1.0.0 +dependency_overrides: + angel_orm: + path: ../angel_orm \ No newline at end of file