Skip to content

Commit

Permalink
Dart 3.0 requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
renggli committed May 13, 2023
1 parent 1264666 commit d87e5ba
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 @@ -6,12 +6,12 @@ description: Reactive Extensions Library for Dart providing an API for asynchron
with observable streams.

environment:
sdk: '>=2.19.0 <3.0.0'
sdk: ^3.0.0
dependencies:
collection: ^1.17.0
matcher: ^0.12.0
meta: ^1.9.0
more: ^3.10.0
dev_dependencies:
lints: ^2.0.0
test: ^1.24.0
test: ^1.24.0

0 comments on commit d87e5ba

Please sign in to comment.