Skip to content

Commit 32a5656

Browse files
committed
1 parent b854e51 commit 32a5656

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ let package = Package(
88
.library(name: "SkipUI", targets: ["SkipUI"]),
99
],
1010
dependencies: [
11-
.package(url: "https://source.skip.tools/skip.git", from: "1.7.8"),
12-
.package(url: "https://source.skip.tools/skip-model.git", from: "1.7.2"),
11+
.package(url: "https://source.skip.tools/skip.git", from: "1.9.2"),
12+
.package(url: "https://source.skip.tools/skip-model.git", from: "1.7.4"),
1313
],
1414
targets: [
1515
.target(name: "SkipUI", dependencies: [.product(name: "SkipModel", package: "skip-model")], plugins: [.plugin(name: "skipstone", package: "skip")]),

0 commit comments

Comments
 (0)