From 3b90ede95958c596bbefa8c083482b14cff8c6aa Mon Sep 17 00:00:00 2001 From: Malin Errenst Date: Tue, 13 Jun 2023 09:56:11 +0200 Subject: [PATCH] chore: Update matrix_api_lite to 1.7.0 --- pubspec.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index ffd0484f..d31305f6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -22,7 +22,7 @@ dependencies: image: ^4.0.15 js: ^0.6.3 markdown: ^4.0.0 - matrix_api_lite: ">=1.6.0 <1.7.0" # Pinned until compatible with 1.7.x + matrix_api_lite: ^1.7.0 mime: ^1.0.0 olm: ^2.0.2 random_string: ^2.3.1 @@ -38,3 +38,7 @@ dev_dependencies: lints: ^2.0.0 test: ^1.15.7 #flutter_test: {sdk: flutter} + +#dependency_overrides: +# matrix_api_lite: +# path: ../matrix_api_lite