Skip to content

Commit f0e8caa

Browse files
committed
Update Package.swift
1 parent 6291047 commit f0e8caa

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Package.swift

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ let package = Package(
1010
],
1111
dependencies: [
1212
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.3"),
13-
.package(url: "https://github.com/OperatorFoundation/Chord", from: "0.1.5"),
14-
.package(url: "https://github.com/OperatorFoundation/Dandelion", from: "0.1.1"),
15-
.package(url: "https://github.com/OperatorFoundation/Gardener", from: "0.1.2"),
16-
.package(url: "https://github.com/OperatorFoundation/Nametag", from: "0.1.3"),
17-
.package(url: "https://github.com/OperatorFoundation/Omni", from: "1.1.1"),
18-
.package(url: "https://github.com/OperatorFoundation/ReplicantSwift", from: "2.0.2"),
19-
.package(url: "https://github.com/OperatorFoundation/ShadowSwift", from: "5.0.3"),
20-
.package(url: "https://github.com/OperatorFoundation/Starbridge", from: "1.3.0"),
21-
.package(url: "https://github.com/OperatorFoundation/Straw", from: "1.0.4"),
22-
.package(url: "https://github.com/OperatorFoundation/Transmission", from: "1.2.12"),
23-
.package(url: "https://github.com/OperatorFoundation/TransmissionAsync", from: "0.1.5"),
24-
.package(url: "https://github.com/OperatorFoundation/TransmissionAsyncNametag", from: "1.0.1")
13+
.package(url: "https://github.com/OperatorFoundation/Chord", from: "0.1.6"),
14+
.package(url: "https://github.com/OperatorFoundation/Dandelion", from: "0.1.2"),
15+
.package(url: "https://github.com/OperatorFoundation/Gardener", from: "0.1.3"),
16+
.package(url: "https://github.com/OperatorFoundation/Nametag", from: "0.1.4"),
17+
.package(url: "https://github.com/OperatorFoundation/Omni", from: "1.1.2"),
18+
.package(url: "https://github.com/OperatorFoundation/ReplicantSwift", from: "2.0.3"),
19+
.package(url: "https://github.com/OperatorFoundation/ShadowSwift", from: "5.0.4"),
20+
.package(url: "https://github.com/OperatorFoundation/Starbridge", from: "2.0.2"),
21+
.package(url: "https://github.com/OperatorFoundation/Straw", from: "1.0.6"),
22+
.package(url: "https://github.com/OperatorFoundation/Transmission", from: "1.2.13"),
23+
.package(url: "https://github.com/OperatorFoundation/TransmissionAsync", from: "0.1.6"),
24+
.package(url: "https://github.com/OperatorFoundation/TransmissionAsyncNametag", from: "1.0.2")
2525
],
2626
targets: [
2727
.executableTarget(

0 commit comments

Comments
 (0)