Skip to content

Commit

Permalink
fix: 764 - upgraded sdk and http dependency (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurtanuki committed Aug 3, 2023
1 parent 661a728 commit adcd147
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 @@ -5,11 +5,11 @@ version: 2.7.3
homepage: https://github.com/openfoodfacts/openfoodfacts-dart

environment:
sdk: '>=2.17.0 <3.0.0'
sdk: '>=2.17.0 <4.0.0'

dependencies:
json_annotation: ^4.8.1
http: ^0.13.5
http: '>=0.13.5 <2.0.0'
path: ^1.8.2 # 1.8.2 for flutter_test as of 2023-04-06
meta: ^1.8.0

Expand Down

0 comments on commit adcd147

Please sign in to comment.