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