Skip to content

Commit

Permalink
Merge pull request #682 from appwrite/fix-flutter-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed Jun 25, 2023
2 parents 66ae91f + 26b1503 commit 54bed3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/dart/pubspec.yaml.twig
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ dependencies:
dev_dependencies:
lints: ^2.0.1
test: ^1.22.0
mockito: ^5.4.2
mockito: ^5.4.0
2 changes: 1 addition & 1 deletion templates/flutter/pubspec.yaml.twig
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ dev_dependencies:
flutter_lints: ^2.0.1
flutter_test:
sdk: flutter
mockito: ^5.4.2
mockito: ^5.4.0

0 comments on commit 54bed3e

Please sign in to comment.