Skip to content

Commit c858ad0

Browse files
authored
Merge pull request #1 from Skip-Notes/main
Update dependencies
2 parents d16118e + 7d03d87 commit c858ad0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/skipapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: skipapp-notes
1+
name: Skip Notes
22
on:
33
push:
44
branches: [ main ]

Package.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ let package = Package(
1111
.library(name: "SkipNotesModel", type: .dynamic, targets: ["SkipNotesModel"]),
1212
],
1313
dependencies: [
14-
.package(url: "https://source.skip.tools/skip.git", from: "1.6.8"),
15-
.package(url: "https://source.skip.tools/skip-foundation.git", from: "1.3.6"),
14+
.package(url: "https://source.skip.tools/skip.git", from: "1.6.10"),
15+
.package(url: "https://source.skip.tools/skip-foundation.git", from: "1.3.9"),
1616
.package(url: "https://source.skip.tools/skip-fuse.git", from: "1.0.2"),
17-
.package(url: "https://source.skip.tools/skip-fuse-ui.git", from: "1.0.0"),
17+
.package(url: "https://source.skip.tools/skip-fuse-ui.git", from: "1.7.0"),
1818
.package(url: "https://source.skip.tools/skip-keychain.git", "0.3.0"..<"2.0.0"),
19-
.package(url: "https://source.skip.tools/skip-kit.git", "0.5.1"..<"2.0.0"),
20-
.package(url: "https://source.skip.tools/skip-device.git", "0.4.0"..<"2.0.0"),
21-
.package(url: "https://source.skip.tools/skip-sql.git", "0.0.0"..<"2.0.0"),
19+
.package(url: "https://source.skip.tools/skip-kit.git", "0.5.2"..<"2.0.0"),
20+
.package(url: "https://source.skip.tools/skip-device.git", "0.4.2"..<"2.0.0"),
21+
.package(url: "https://source.skip.tools/skip-sql.git", "0.11.0"..<"2.0.0"),
2222
],
2323
targets: [
2424
.target(name: "SkipNotes", dependencies: [

0 commit comments

Comments
 (0)