Skip to content

Commit 17e25cb

Browse files
committed
Update Package.swift
1 parent 98415ea commit 17e25cb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Package.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ let package = Package(
1515
.package(url: "https://github.com/apple/swift-log", from: "1.5.3"),
1616

1717
.package(url: "https://github.com/OperatorFoundation/Datable", from: "4.0.1"),
18-
.package(url: "https://github.com/OperatorFoundation/Gardener", from: "0.1.2"),
19-
.package(url: "https://github.com/OperatorFoundation/Ghostwriter", from: "1.0.1"),
18+
.package(url: "https://github.com/OperatorFoundation/Gardener", from: "0.1.3"),
19+
.package(url: "https://github.com/OperatorFoundation/Ghostwriter", from: "1.0.2"),
2020
.package(url: "https://github.com/OperatorFoundation/KeychainTypes", from: "1.0.2"),
21-
.package(url: "https://github.com/OperatorFoundation/Monolith", from: "1.0.6"),
22-
.package(url: "https://github.com/OperatorFoundation/ShadowSwift", from: "5.0.3"),
21+
.package(url: "https://github.com/OperatorFoundation/Monolith", from: "1.0.7"),
22+
.package(url: "https://github.com/OperatorFoundation/ShadowSwift", from: "5.0.4"),
2323
.package(url: "https://github.com/OperatorFoundation/SwiftHexTools", from: "1.2.6"),
2424
.package(url: "https://github.com/OperatorFoundation/SwiftQueue", from: "0.1.3"),
25-
.package(url: "https://github.com/OperatorFoundation/TransmissionAsync", from: "0.1.5"),
25+
.package(url: "https://github.com/OperatorFoundation/TransmissionAsync", from: "0.1.6"),
2626
],
2727
targets: [
2828
.target(

0 commit comments

Comments
 (0)