From c4e23133195f3e9426c0adb13e341c20838ae62d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Borgstr=C3=B6m?= Date: Fri, 30 Aug 2024 16:29:23 +0200 Subject: [PATCH] chore: downgrade collection dependency to version 1.18.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 6600b06..9848e2b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ environment: dependencies: args: ^2.5.0 - collection: ^1.19.0 + collection: ^1.18.0 console: ^4.1.0 html_unescape: ^2.0.0 http: ^1.2.2