Skip to content

Commit

Permalink
Remove http from dev_dependencies (cfug#1885)
Browse files Browse the repository at this point in the history
Resolves cfug#1880.

### New Pull Request Checklist

- [x] I have read the
[Documentation](https://pub.dev/documentation/dio/latest/)
- [x] I have searched for a similar pull request in the
[project](https://github.com/cfug/dio/pulls) and found none
- [x] I have updated this branch with the latest `main` branch to avoid
conflicts (via merge from master or rebase)
- [ ] I have added the required tests to prove the fix/feature I'm
adding
- [ ] I have updated the documentation (if necessary)
- [x] I have run the tests without failures
- [x] I have updated the `CHANGELOG.md` in the corresponding package

---------

Signed-off-by: Alex Li <[email protected]>
  • Loading branch information
AlexV525 authored Jun 30, 2023
1 parent 7cfadc4 commit 22bfe25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion dio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ See the [Migration Guide][] for the complete breaking changes list.**

## Unreleased

*None.*
- Remove `http` from `dev_dependencies`.

## 5.2.1+1

Expand Down
1 change: 0 additions & 1 deletion dio/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ dev_dependencies:
crypto: ^3.0.2
mockito: ^5.2.0
build_runner: any
http: ^0.13.0

0 comments on commit 22bfe25

Please sign in to comment.