From aa568bbf599bf5b65dcc23a3a804e1f039448f4b Mon Sep 17 00:00:00 2001 From: birjuvachhani Date: Thu, 22 Jun 2023 10:18:00 +0530 Subject: [PATCH] :wrench: fix build_runner version. --- pubspec.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index dc0529d..2233eb1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -30,7 +30,8 @@ dependencies: collection: ^1.17.2 dev_dependencies: - build_runner: ^2.4.5 + # 2.4.5 doesn't work with logging. + build_runner: 2.4.4 build_version: ^2.1.1 test: ^1.24.3 lints: ^2.1.1