Skip to content

Commit

Permalink
change: Updated the upper dart sdk version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
devtronic committed May 26, 2023
1 parent 05f3f4a commit 4a36f67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 1.0.0
publish_to: 'none'

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

dependencies:
catalyst_builder:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: 'https://github.com/mintware-de/catalyst_builder'
repository: 'https://github.com/mintware-de/catalyst_builder'

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

dependencies:
code_builder: ^4.2.0
Expand Down
2 changes: 1 addition & 1 deletion test/third_party_dependency/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 1.0.0
publish_to: 'none'

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

dependencies:
catalyst_builder:
Expand Down

0 comments on commit 4a36f67

Please sign in to comment.