Consequently upgrade dev version to 4.0.0

This commit is contained in:
Simon Binder 2020-12-07 21:30:15 +01:00
parent 47b8989318
commit 42ba773422
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
5 changed files with 6 additions and 4 deletions

View File

@ -7,7 +7,7 @@ environment:
sdk: '>=2.12.0-0 <3.0.0'
dependencies:
moor: ^3.0.0
moor: ^4.0.0-nullsafety.0
sqflite_sqlcipher: ^2.0.0-nullsafety
dependency_overrides:

View File

@ -1,6 +1,6 @@
name: moor
description: Moor is a safe and reactive persistence library for Dart applications
version: 3.5.0-dev
version: 4.0.0-nullsafety.0
repository: https://github.com/simolus3/moor
homepage: https://moor.simonbinder.eu/
issue_tracker: https://github.com/simolus3/moor/issues

View File

@ -9,7 +9,7 @@ environment:
sdk: '>=2.12.0-0 <3.0.0'
dependencies:
moor: ^3.0.0
moor: ^4.0.0-nullsafety
sqflite: '>=2.0.0-nullsafety <3.0.0'
path: '>1.8.0-nullsafety <2.0.0'
flutter:

View File

@ -95,6 +95,8 @@ class BuildBackendTask extends BackendTask {
if (isLastTry) rethrow;
}
}
throw AssertionError('Unreachable, we rethrow in the last iteration');
}
}

View File

@ -1,6 +1,6 @@
name: moor_generator
description: Dev-dependency to generate table and dataclasses together with the moor package.
version: 3.4.0
version: 4.0.0-dev
repository: https://github.com/simolus3/moor
homepage: https://moor.simonbinder.eu/
issue_tracker: https://github.com/simolus3/moor/issues