From ecab68fb68126b4da58c63312aba95e83d0a5dc3 Mon Sep 17 00:00:00 2001 From: Richard Vowles Date: Sun, 8 Oct 2023 14:10:42 +1300 Subject: [PATCH] increase minimum version of opendart_dart_common --- src/main/resources/dart2-v3template/pubspec.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/dart2-v3template/pubspec.mustache b/src/main/resources/dart2-v3template/pubspec.mustache index 923b1dc..1bc55c3 100644 --- a/src/main/resources/dart2-v3template/pubspec.mustache +++ b/src/main/resources/dart2-v3template/pubspec.mustache @@ -19,7 +19,7 @@ dependencies: {{/localDev}} {{^localDev}} dio: '^5.0.1' - openapi_dart_common: ^5.0.0 + openapi_dart_common: ^5.1.0 {{/localDev}} collection: '^1.16.0' {{#x-dart-deps}}