Skip to content

Commit c256d94

Browse files
committed
build(deps): update core dependency to v1.3.1
- Update core dependency version from v1.3.0 to v1.3.1 - Update resolved-ref in pubspec.lock file - Modify dependency version in pubspec.yaml and dependency_overrides
1 parent dba0177 commit c256d94

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,11 @@ packages:
177177
dependency: "direct main"
178178
description:
179179
path: "."
180-
ref: "v1.3.0"
181-
resolved-ref: ee2ad7de28baec04d64c0afd3e3a61d7e4ad6cb0
180+
ref: "v1.3.1"
181+
resolved-ref: a03efff11b7577974cb444a1a6a46fee8b05ea42
182182
url: "https://github.com/flutter-news-app-full-source-code/core.git"
183183
source: git
184-
version: "1.3.0"
184+
version: "1.3.1"
185185
coverage:
186186
dependency: transitive
187187
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies:
4646
core:
4747
git:
4848
url: https://github.com/flutter-news-app-full-source-code/core.git
49-
ref: v1.3.0
49+
ref: v1.3.1
5050
data_api:
5151
git:
5252
url: https://github.com/flutter-news-app-full-source-code/data-api.git
@@ -141,4 +141,4 @@ dependency_overrides:
141141
core:
142142
git:
143143
url: https://github.com/flutter-news-app-full-source-code/core.git
144-
ref: v1.3.0
144+
ref: v1.3.1

0 commit comments

Comments
 (0)