From bd02c0597fd07536fa62870f4753c9d3431b160f Mon Sep 17 00:00:00 2001 From: Job Guldemeester Date: Thu, 14 Mar 2024 16:25:21 +0100 Subject: [PATCH] :arrow_up: Upgraded some dependencies 2 --- pubspec.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index e58ba5b..d6585a4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,14 +4,14 @@ version: 0.3.0 homepage: https://github.com/DutchCodingCompany/oauth_chopper environment: - sdk: '>=3.0.0 <4.0.0' + sdk: '>=3.3.0 <4.0.0' dependencies: - chopper: ^7.0.9 + chopper: ^7.2.0 oauth2: ^2.0.2 dev_dependencies: - http: ^1.1.2 + http: ^1.2.1 lints: ">=2.1.1 <4.0.0" - mocktail: ^1.0.1 - test: ^1.24.6 + mocktail: ^1.0.3 + test: ^1.25.2