Skip to content

Commit 5ff9c20

Browse files
committed
Bump dependencies
1 parent b3048cc commit 5ff9c20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ let package = Package(
99
.library(name: "SkipScript", targets: ["SkipScript"]),
1010
],
1111
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"),
12+
.package(url: "https://source.skip.tools/skip.git", from: "0.8.46"),
13+
.package(url: "https://source.skip.tools/skip-foundation.git", from: "0.6.11"),
1414
.package(url: "https://source.skip.tools/skip-ffi.git", from: "0.3.2"),
1515
],
1616
targets: [

0 commit comments

Comments
 (0)