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:
Paulis Gributs 2023-01-29 17:58:49 +00:00 committed by GitHub
parent e42dd9155e
commit 1c282afe4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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