Skip to content

Commit

Permalink
Merge pull request #432 from Workiva/batch/raise_min_dart_sdk_2_19/w_…
Browse files Browse the repository at this point in the history
…transport

raise_min_dart_sdk_2_19
  • Loading branch information
rmconsole4-wk authored Dec 6, 2024
2 parents ba39f01 + 6eb4c3c commit cd012f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _test_server/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: _test_server
publish_to: none
environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.19.0 <3.0.0'
dev_dependencies:
dart_dev: ^4.0.0
dependency_validator: ^3.0.0
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: Transport library for sending HTTP requests and opening WebSockets.
homepage: https://github.com/Workiva/w_transport

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.19.0 <3.0.0'

dependencies:
fluri: ^2.0.0
Expand Down

0 comments on commit cd012f9

Please sign in to comment.