Fix git references in pubspec

This commit is contained in:
Simon Binder 2020-12-12 21:36:41 +01:00
parent 1d0cba14cd
commit 5dde4ad616
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
2 changed files with 5 additions and 3 deletions

View File

@ -60,6 +60,8 @@ jobs:
# setup
- uses: actions/checkout@v2
- uses: cedx/setup-dart@v2
with:
release-channel: beta
- run: sudo apt-get install -y libsqlite3-dev
name: Install sqlite3 for tests
- run: dart pub upgrade

View File

@ -44,12 +44,12 @@ dependency_overrides:
uuid:
git:
url: https://github.com/simolus3/dart-uuid.git
ref: null-safety
url: https://github.com/Daegalus/dart-uuid.git
ref: nullsafety
crypto:
git:
url: https://github.com/dart-lang/crypto.git
ref: "3.0"
ref: master
convert: ^3.0.0-nullsafety