mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
chore: upgrade dependencies to latest versions
This commit is contained in:
parent
b3e9f6dd1a
commit
32e81fb297
2 changed files with 7 additions and 9 deletions
6
.github/workflows/master.yml
vendored
6
.github/workflows/master.yml
vendored
|
@ -19,8 +19,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: subosito/flutter-action@v1
|
- uses: subosito/flutter-action@v1
|
||||||
with:
|
with:
|
||||||
channel: dev
|
channel: stable
|
||||||
flutter-version: "2.6.0-11.0.pre"
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
|
@ -48,8 +47,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: subosito/flutter-action@v1
|
- uses: subosito/flutter-action@v1
|
||||||
with:
|
with:
|
||||||
channel: dev
|
channel: stable
|
||||||
flutter-version: "2.6.0-11.0.pre"
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
|
|
10
pubspec.yaml
10
pubspec.yaml
|
@ -3,8 +3,8 @@ description: Dart bindings to libgit2
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.15.0-82.0.dev <3.0.0"
|
sdk: ">=2.15.0 <3.0.0"
|
||||||
flutter: ">=2.5.0"
|
flutter: ">=2.8.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
args: ^2.3.0
|
args: ^2.3.0
|
||||||
|
@ -13,10 +13,10 @@ dependencies:
|
||||||
pub_cache: ^0.3.1
|
pub_cache: ^0.3.1
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
ffigen: ^4.0.0
|
ffigen: ^4.1.2
|
||||||
lints: ^1.0.1
|
lints: ^1.0.1
|
||||||
path: ^1.8.0
|
path: ^1.8.1
|
||||||
test: ^1.17.5
|
test: ^1.20.0
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
plugin:
|
plugin:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue