Raise SDK dependencies

This commit is contained in:
Simon Binder 2019-05-09 11:30:14 +02:00
parent 50690290ec
commit 766e5fbbdb
No known key found for this signature in database
GPG Key ID: B807FDF954BA00CF
2 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
name: moor
description: Moor is a safe and reactive persistence library for Dart applications
version: 1.3.1
version: 1.3.2
homepage: https://github.com/simolus3/moor
authors:
- Simon Binder <simolus3@gmail.com>
maintainer: Simon Binder (@simolus3)
environment:
sdk: '>=2.1.2-dev.0.0 <3.0.0'
sdk: '>=2.2.0 <3.0.0'
dependencies:
meta: '>= 1.0.0 <2.0.0'

View File

@ -7,7 +7,7 @@ authors:
maintainer: Simon Binder (@simolus3)
environment:
sdk: '>=2.1.2-dev.0.0 <3.0.0'
sdk: '>=2.2.0 <3.0.0'
dependencies:
analyzer: '>=0.35.2 <0.37.0'