From c61e51b4fb559d9972ce19c48b7ca9b513ccc449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaudio=20Ku=C3=A7aj?= Date: Wed, 8 Jan 2025 15:04:57 +0100 Subject: [PATCH] chore: Adjust mockito version to support Dart 3.3.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index d7d348b..9f554df 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -21,4 +21,4 @@ dev_dependencies: http: '>=1.0.0 <2.0.0' test: ^1.24.2 test_descriptor: ^2.0.1 - mockito: ^5.4.5 \ No newline at end of file + mockito: ^5.4.4 \ No newline at end of file