Skip to content

Commit a18889d

Browse files
committed
build(auth_inmemory): update to version 1.1.0
- Update auth_inmemory dependency from v1.0.1 to v1.1.0 - Update corresponding ref in pubspec.lock
1 parent 4d285c8 commit a18889d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ packages:
3131
dependency: "direct main"
3232
description:
3333
path: "."
34-
ref: "v1.0.1"
35-
resolved-ref: b999691989447aff05a936414e6f6fdfbbb73a07
34+
ref: "v1.1.0"
35+
resolved-ref: a37ed3cc6e305b1285a77619b1d7272b42517ea9
3636
url: "https://github.com/flutter-news-app-full-source-code/auth-inmemory"
3737
source: git
38-
version: "1.0.1"
38+
version: "1.1.0"
3939
auth_repository:
4040
dependency: "direct main"
4141
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
auth_inmemory:
2020
git:
2121
url: https://github.com/flutter-news-app-full-source-code/auth-inmemory
22-
ref: v1.0.1
22+
ref: v1.1.0
2323
auth_repository:
2424
git:
2525
url: https://github.com/flutter-news-app-full-source-code/auth-repository.git

0 commit comments

Comments
 (0)