From 16df12e6a48c3040bc3b2d078b7e8c5d95688229 Mon Sep 17 00:00:00 2001 From: Alan Dsilva Date: Thu, 28 Dec 2023 23:19:05 +0530 Subject: [PATCH] upgrade intl dependency to 0.19.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index c9cf4e6..0ff0dc7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,7 @@ environment: sdk: '>=2.12.0 <3.0.0' dependencies: - intl: ^0.17.0 + intl: ^0.19.0 dev_dependencies: test: ^1.16.5