diff --git a/udemy/dart-01/projects/weather_app/pubspec.yaml b/udemy/dart-01/projects/weather_app/pubspec.yaml index 3ef098e..2935940 100644 --- a/udemy/dart-01/projects/weather_app/pubspec.yaml +++ b/udemy/dart-01/projects/weather_app/pubspec.yaml @@ -7,7 +7,7 @@ environment: sdk: '>=2.11.0 <3.0.0' dependencies: - http: 0.13.0-nullsafety.0 + http: ^0.13.5 dev_dependencies: pedantic: ^1.9.2