Skip to content

Commit

Permalink
Merge pull request #93 from sendbird/v4.2.0-fix
Browse files Browse the repository at this point in the history
Fix pubspec.yaml.
  • Loading branch information
sf-tyler-jeong authored Jan 31, 2024
2 parents 12a47ea + a61bc2c commit 0b854cd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ platforms:
ios:
web:

isar_version: &isar_version 3.1.0+1

dependencies:
flutter:
sdk: flutter
Expand All @@ -32,8 +30,8 @@ dependencies:
web_socket_channel: ^2.4.0
universal_io: ^2.2.0
async: ^2.10.0
isar: *isar_version
isar_flutter_libs: *isar_version
isar: ^3.1.0+1
isar_flutter_libs: ^3.1.0+1
path_provider: ^2.1.1
path: ^1.8.2

Expand All @@ -45,4 +43,4 @@ dev_dependencies:
stack_trace: ^1.11.0
json_serializable: ^6.6.2
build_runner: ^2.3.3
isar_generator: *isar_version
isar_generator: ^3.1.0+1

0 comments on commit 0b854cd

Please sign in to comment.