Skip to content

Commit

Permalink
dart2: update to work with dart 2.3.0 (#2894)
Browse files Browse the repository at this point in the history
* dart2: update to work with dart 2.3.0

* dart2: update to work with dart 2.3.0
  • Loading branch information
ircecho authored and wing328 committed May 15, 2019
1 parent 42f47b7 commit 049d24e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: {{pubName}}
version: {{pubVersion}}
description: {{pubDescription}}
dependencies:
http: '>=0.11.1 <0.12.0'
http: '>=0.11.1 <0.13.0'
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: {{pubDescription}}
environment:
sdk: '>=2.0.0 <3.0.0'
dependencies:
http: '>=0.11.1 <0.12.0'
http: '>=0.11.1 <0.13.0'
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: openapi
version: 1.0.0
description: OpenAPI API client
dependencies:
http: '>=0.11.1 <0.12.0'
http: '>=0.11.1 <0.13.0'
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: openapi
version: 1.0.0
description: OpenAPI API client
dependencies:
http: '>=0.11.1 <0.12.0'
http: '>=0.11.1 <0.13.0'
2 changes: 1 addition & 1 deletion samples/client/petstore/dart/openapi/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: openapi
version: 1.0.0
description: OpenAPI API client
dependencies:
http: '>=0.11.1 <0.12.0'
http: '>=0.11.1 <0.13.0'

0 comments on commit 049d24e

Please sign in to comment.