Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
Bump min SDK version to non-prerelease version (#79)
Browse files Browse the repository at this point in the history
* Bump min SDK version to non-prerelease version

* Bumped to nearest non-prerelease version, updated CHANGELOG.md
  • Loading branch information
gspencergoog authored Aug 9, 2023
1 parent a98069c commit 2be7672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Remove the `covariant` keyword from `stderrEncoding` and `stdoutEncoding`
parameters.
* Update dependencies to work on Dart 3.
* Bumped min SDK dependency to nearest non-prerelease version (2.14.0)

#### 4.2.4

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A pluggable, mockable process invocation abstraction for Dart.
homepage: https://github.com/google/process.dart

environment:
sdk: '>=2.14.0-0 <4.0.0'
sdk: '>=2.14.0 <4.0.0'

dependencies:
file: '>=6.0.0 <8.0.0'
Expand Down

0 comments on commit 2be7672

Please sign in to comment.