From 04c30d42972ebf0b32400dca054ea3cb310c37ef Mon Sep 17 00:00:00 2001 From: vb10 Date: Thu, 23 Feb 2023 17:50:54 +0300 Subject: [PATCH] updated intl package --- pubspec.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index c9cf4e6..04b055f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,16 +1,16 @@ name: date_utils authors: -- John Ryan -- Eric Windmill + - John Ryan + - Eric Windmill description: A Dart library for manipulating DateTimes. version: 0.2.0 homepage: https://github.com/apptreesoftware/date_utils environment: - sdk: '>=2.12.0 <3.0.0' + sdk: ">=2.12.0 <3.0.0" dependencies: - intl: ^0.17.0 + intl: ^0.18.0 dev_dependencies: test: ^1.16.5