Skip to content

Commit

Permalink
Fix pubspec versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Oct 10, 2024
1 parent 9254317 commit 438a170
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/cupertino_http/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dev_dependencies:
http_profile: ^0.1.0
integration_test:
sdk: flutter
objective_c: ^1.0.1
objective_c: ^3.0.0
test: ^1.21.1
web_socket_conformance_tests:
path: ../../web_socket_conformance_tests/
Expand Down
4 changes: 2 additions & 2 deletions pkgs/cupertino_http/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ dependencies:
sdk: flutter
http: ^1.2.0
http_profile: ^0.1.0
objective_c: ^1.0.1
objective_c: ^3.0.0
web_socket: ^0.1.0

dev_dependencies:
dart_flutter_team_lints: ^3.0.0
ffigen: ^11.0.0
ffigen: ^15.0.0

flutter:
plugin:
Expand Down

0 comments on commit 438a170

Please sign in to comment.