From 5c0ce022e908f7433bee2d1cb5795acb3eaecbea Mon Sep 17 00:00:00 2001 From: wing328 Date: Wed, 2 Nov 2016 11:17:04 +0800 Subject: [PATCH] update dart intl version --- .../swagger-codegen/src/main/resources/dart/pubspec.mustache | 2 +- samples/client/petstore/dart/swagger/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/swagger-codegen/src/main/resources/dart/pubspec.mustache b/modules/swagger-codegen/src/main/resources/dart/pubspec.mustache index 1167498909e5..ce0a309ea82f 100644 --- a/modules/swagger-codegen/src/main/resources/dart/pubspec.mustache +++ b/modules/swagger-codegen/src/main/resources/dart/pubspec.mustache @@ -4,7 +4,7 @@ description: {{pubDescription}} dependencies: http: '>=0.11.1 <0.12.0' dartson: "^0.2.4" - intl: "^0.12.4+2" + intl: ">=0.12.4" dev_dependencies: guinness: '^0.1.17' diff --git a/samples/client/petstore/dart/swagger/pubspec.yaml b/samples/client/petstore/dart/swagger/pubspec.yaml index e74546ea2105..8ad53b9d6e6f 100644 --- a/samples/client/petstore/dart/swagger/pubspec.yaml +++ b/samples/client/petstore/dart/swagger/pubspec.yaml @@ -4,7 +4,7 @@ description: Swagger API client dependencies: http: '>=0.11.1 <0.12.0' dartson: "^0.2.4" - intl: "^0.12.4+2" + intl: ">=0.12.4" dev_dependencies: guinness: '^0.1.17'