Skip to content

Commit

Permalink
Bump min SDK restraint to 1.21.1
Browse files Browse the repository at this point in the history
UIP-1897
  • Loading branch information
jacehensley-wf committed Feb 14, 2017
1 parent a16104e commit c7f43b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: dart
dart:
- "1.19.1"
- "1.21.1"
with_content_shell: true
before_install:
- export DISPLAY=:99.0
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/Workiva/over_react/
authors:
- Workiva UI Platform Team <uip@workiva.com>
environment:
sdk: ">=1.19.1"
sdk: ">=1.21.1"
dependencies:
analyzer: ">=0.26.1+3 <0.30.0"
barback: "^0.15.0"
Expand Down
4 changes: 2 additions & 2 deletions smithy.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
project: dart
language: dart

# dart 1.19.1, built from https://github.com/Workiva/smithy-runner-dart/tree/0.0.4
runner_image: drydock-prod.workiva.org/workiva/smithy-runner-dart:74173
# dart 1.21.1, built from https://github.com/Workiva/smithy-runner-dart/tree/0.0.4
runner_image: drydock-prod.workiva.net/workiva/smithy-runner-dart:119662

script:
- pub get
Expand Down

0 comments on commit c7f43b7

Please sign in to comment.