Skip to content

Commit

Permalink
upgrade firebase_core_platform_interface version in pubspec.yaml (#15)
Browse files Browse the repository at this point in the history
* updated pubspec.yaml / upgraded firebase_core_platform_interface from ^4.5.2 to ^5.0.0

* updated version
  • Loading branch information
Seyun authored Nov 11, 2023
1 parent cf9c0e6 commit c8ab325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: firebase_database_mocks

description: Fakes to write unit tests for FirebaseDatabase (real-time database).

version: 0.6.0
version: 0.6.1

repository: https://github.com/sitatec/firebase_database_mocks.git
homepage: https://github.com/sitatec/firebase_database_mocks.git
Expand All @@ -18,7 +18,7 @@ dependencies:
sdk: flutter
firebase_database: ^10.0.6
mockito: ^5.3.2
firebase_core_platform_interface: ^4.5.2
firebase_core_platform_interface: ^5.0.0

dev_dependencies:
flutter_lints: ^2.0.1

0 comments on commit c8ab325

Please sign in to comment.