@@ -10,18 +10,18 @@ let package = Package(
10
10
] ,
11
11
dependencies: [
12
12
. 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 " )
25
25
] ,
26
26
targets: [
27
27
. executableTarget(
0 commit comments