mirror of https://github.com/AMT-Cheif/drift.git
Fix sqlparser error
SQL parser is set to a non-existent version in the publication specification and prevents drift_dev 2.5.0 from being used.
This commit is contained in:
parent
e42dd9155e
commit
1c282afe4f
|
@ -27,7 +27,7 @@ dependencies:
|
|||
# Drift-specific analysis and apis
|
||||
drift: '>=2.5.0 <2.6.0'
|
||||
sqlite3: '>=0.1.6 <2.0.0'
|
||||
sqlparser: '^2.27.0'
|
||||
sqlparser: '^0.27.0'
|
||||
|
||||
# Dart analysis
|
||||
analyzer: ^5.2.0
|
||||
|
|
Loading…
Reference in New Issue