Skip to content

Commit

Permalink
fix(common): set upper bound limit for sqlite version to fix ci build…
Browse files Browse the repository at this point in the history
… failures (#4884)
  • Loading branch information
NikaHsn committed May 14, 2024
1 parent 451ccc1 commit 3ab62e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/common/amplify_db_common_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
drift: ">=2.14.0 <2.15.0"
meta: ^1.7.0
path: ">=1.8.0 <2.0.0"
sqlite3: ^2.0.0
sqlite3: ">=2.0.0 <2.4.3"

dev_dependencies:
amplify_lints: ">=3.1.0 <3.2.0"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies:
oauth2: ^2.0.2
package_info_plus: ^6.0.0
pigeon: ^11.0.0
sqlite3: ^2.0.0
sqlite3: ">=2.0.0 <2.4.3"
source_gen: ^1.3.2
stack_trace: ^1.10.0
uuid: ">=3.0.6 <5.0.0"
Expand Down

0 comments on commit 3ab62e6

Please sign in to comment.