diff --git a/pubspec.yaml b/pubspec.yaml index 9ff818a..b661ae7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,11 +1,11 @@ name: sturdy_http description: A strongly typed, event-based, reliable HTTP client that wraps `Dio`. -version: 0.6.1 +version: 0.6.2 homepage: https://github.com/Betterment/sturdy_http repository: https://github.com/Betterment/sturdy_http environment: - sdk: '>=3.10.0 <4.0.0' + sdk: ">=3.7.0 <4.0.0" dependencies: collection: ^1.19.1