Skip to content

Commit fc44805

Browse files
committed
1 parent 534b9ef commit fc44805

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ let package = Package(
99
.library(name: "SkipDevice", targets: ["SkipDevice"]),
1010
],
1111
dependencies: [
12-
.package(url: "https://source.skip.tools/skip.git", from: "0.6.56"),
13-
.package(url: "https://source.skip.tools/skip-foundation.git", from: "0.1.15"),
12+
.package(url: "https://source.skip.tools/skip.git", from: "0.6.57"),
13+
.package(url: "https://source.skip.tools/skip-foundation.git", from: "0.1.16"),
1414
],
1515
targets: [
1616
.target(name: "SkipDevice", dependencies: [.product(name: "SkipFoundation", package: "skip-foundation", condition: .when(platforms: [.macOS]))], plugins: [.plugin(name: "skipstone", package: "skip")]),
1717
.testTarget(name: "SkipDeviceTests", dependencies: [
1818
"SkipDevice",
19-
.product(name: "SkipTest", package: "skip")
19+
.product(name: "SkipTest", package: "skip", condition: .when(platforms: [.macOS]))
2020
], plugins: [.plugin(name: "skipstone", package: "skip")]),
2121
]
2222
)

0 commit comments

Comments
 (0)