Skip to content

Commit 0542f8e

Browse files
committed
Merge branch 'master' into feature/exercise-crowdsourcing
2 parents 84c8522 + 09b9faa commit 0542f8e

File tree

4 files changed

+4
-19
lines changed

4 files changed

+4
-19
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- 'pubspec.yaml'
1212
jobs:
1313
test:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v1
1717

.github/workflows/dependabot.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,14 +545,14 @@ packages:
545545
name: json_annotation
546546
url: "https://pub.dartlang.org"
547547
source: hosted
548-
version: "4.6.0"
548+
version: "4.7.0"
549549
json_serializable:
550550
dependency: "direct dev"
551551
description:
552552
name: json_serializable
553553
url: "https://pub.dartlang.org"
554554
source: hosted
555-
version: "6.3.2"
555+
version: "6.4.0"
556556
klizma:
557557
dependency: transitive
558558
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies:
4444
http: ^0.13.5
4545
image_picker: ^0.8.4+9
4646
intl: ^0.17.0
47-
json_annotation: ^4.5.0
47+
json_annotation: ^4.7.0
4848
version: ^3.0.2
4949
package_info: ^2.0.2
5050
provider: ^6.0.3

0 commit comments

Comments
 (0)