We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3048cc commit 5ff9c20Copy full SHA for 5ff9c20
Package.swift
@@ -9,8 +9,8 @@ let package = Package(
9
.library(name: "SkipScript", targets: ["SkipScript"]),
10
],
11
dependencies: [
12
- .package(url: "https://source.skip.tools/skip.git", from: "0.8.19"),
13
- .package(url: "https://source.skip.tools/skip-foundation.git", from: "0.5.11"),
+ .package(url: "https://source.skip.tools/skip.git", from: "0.8.46"),
+ .package(url: "https://source.skip.tools/skip-foundation.git", from: "0.6.11"),
14
.package(url: "https://source.skip.tools/skip-ffi.git", from: "0.3.2"),
15
16
targets: [
0 commit comments