Skip to content

Commit

Permalink
Update pubspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Nov 16, 2023
1 parent 13ddbb0 commit 36621d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ publish_to: 'none'
version: 1.0.0+1

environment:
flutter: ^3.10.0
sdk: ">=3.0.0 <4.0.0"
flutter: ^3.16.0
sdk: ^3.2.0

dependencies:
flutter:
Expand All @@ -19,7 +19,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter_lints: ^3.0.0


flutter:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ version: 1.0.0
homepage: https://github.com/nielsenko/treap

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: ^3.2.0

dev_dependencies:
lints: ^2.0.0
lints: ^3.0.0
test: ^1.17.5

0 comments on commit 36621d3

Please sign in to comment.