Skip to content

Commit 0fb8683

Browse files
committed
bump SpryKit to 3.2.0, Threading to 2.3.0, macOS to .v14
1 parent 11ef667 commit 0fb8683

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ let package = Package(
1616
.library(name: "DIKit", targets: ["DIKit"])
1717
],
1818
dependencies: [
19-
.package(url: "https://github.com/NikSativa/SpryKit.git", from: "3.1.0"),
20-
.package(url: "https://github.com/NikSativa/Threading.git", from: "2.2.1")
19+
.package(url: "https://github.com/NikSativa/SpryKit.git", from: "3.2.0"),
20+
.package(url: "https://github.com/NikSativa/Threading.git", from: "2.3.0")
2121
],
2222
targets: [
2323
.target(name: "DIKit",

Package@swift-5.10.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ let package = Package(
1616
.library(name: "DIKit", targets: ["DIKit"])
1717
],
1818
dependencies: [
19-
.package(url: "https://github.com/NikSativa/SpryKit.git", from: "3.1.0"),
20-
.package(url: "https://github.com/NikSativa/Threading.git", from: "2.2.1")
19+
.package(url: "https://github.com/NikSativa/SpryKit.git", from: "3.2.0"),
20+
.package(url: "https://github.com/NikSativa/Threading.git", from: "2.3.0")
2121
],
2222
targets: [
2323
.target(name: "DIKit",

0 commit comments

Comments
 (0)