mirror of https://github.com/AMT-Cheif/drift.git
Release version 3.3.0 and moor_ffi 0.8.0
This commit is contained in:
parent
599128273c
commit
5510cb97b1
|
@ -1,6 +1,6 @@
|
|||
name: moor
|
||||
description: Moor is a safe and reactive persistence library for Dart applications
|
||||
version: 3.2.0
|
||||
version: 3.3.0
|
||||
repository: https://github.com/simolus3/moor
|
||||
homepage: https://moor.simonbinder.eu/
|
||||
issue_tracker: https://github.com/simolus3/moor/issues
|
||||
|
@ -25,8 +25,8 @@ dev_dependencies:
|
|||
mockito: ^4.1.0
|
||||
rxdart: ^0.24.0 # used to test compatibility with stream queries
|
||||
|
||||
dependency_overrides:
|
||||
moor_generator:
|
||||
path: ../moor_generator
|
||||
sqlparser:
|
||||
path: ../sqlparser
|
||||
#dependency_overrides:
|
||||
# moor_generator:
|
||||
# path: ../moor_generator
|
||||
# sqlparser:
|
||||
# path: ../sqlparser
|
|
@ -27,7 +27,7 @@ dependencies:
|
|||
|
||||
# Dart analysis
|
||||
analyzer: '^0.39.11'
|
||||
analyzer_plugin: ^0.2.4
|
||||
analyzer_plugin: '>=0.2.4 <0.4.0'
|
||||
source_span: ^1.5.5
|
||||
|
||||
# Build system
|
||||
|
|
Loading…
Reference in New Issue