diff --git a/CHANGELOG.md b/CHANGELOG.md index 7450f99..0acbe0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ * Require Dart 2.18. * "Officially" deprecate `core.dart` and `io.dart` libraries. -* Remove the dependecy on `package:archive`. +* Remove the dependency on `package:archive`. ## 3.0.1 diff --git a/pubspec.yaml b/pubspec.yaml index 776a516..7fd6b85 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,6 +15,6 @@ dependencies: sync_http: ^0.3.0 dev_dependencies: - archive: ^3.3.0 + archive: ^4.0.2 lints: ^4.0.0 - test: ^1.16.0 + test: ^1.24.0