Skip to content

Commit

Permalink
Update firebase_database to 11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sitatec committed Sep 1, 2024
1 parent 4798697 commit 1b7cd2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 0.7.0
* Upgraded dependencies (firebase_database to 11.0.4)
* Upgraded dependencies (firebase_database to 11.1.0)
* Removed deprecated `reference()` method for `MockFirebaseDatabase`
## 0.6.1
* Upgrade to flutter and dependencies
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ dependencies:
sdk: flutter
flutter_test:
sdk: flutter
firebase_database: ^11.0.4
firebase_database: ^11.1.0
mockito: ^5.4.4
firebase_core_platform_interface: ^5.2.0
firebase_core_platform_interface: ^5.2.1

dev_dependencies:
flutter_lints: ^3.0.1

0 comments on commit 1b7cd2c

Please sign in to comment.