From 77aeb6299517083337b499bcad5fade76d428102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemen=20Tu=C5=A1ar?= Date: Mon, 30 Sep 2024 20:25:47 +0100 Subject: [PATCH] :pushpin: change lints dependency constraint --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3b00fe9..a1f1b43 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: dev_dependencies: cli_script: ^1.0.0 euc: ^1.0.6+8 - lints: ^5.0.0 + lints: ">=3.0.0 <6.0.0" path: ^1.9.0 test: ^1.25.5