@@ -21,16 +21,16 @@ let package = Package(
2121 // Dependencies declare other packages that this package depends on.
2222 // .package(url: /* package url */, from: "1.0.0"),
2323 . package ( url: " https://github.com/apple/swift-crypto " , from: " 3.2.0 " ) ,
24- . package ( url: " https://github.com/OperatorFoundation/Antiphony " , branch : " 1.0.2 " ) ,
25- . package ( url: " https://github.com/OperatorFoundation/Datable " , from: " 4.0.0 " ) ,
26- . package ( url: " https://github.com/OperatorFoundation/Dice " , branch : " release " ) ,
27- . package ( url: " https://github.com/OperatorFoundation/Gardener " , branch : " release " ) ,
28- . package ( url: " https://github.com/OperatorFoundation/Keychain " , branch : " release " ) ,
29- . package ( url: " https://github.com/OperatorFoundation/KeychainTypes " , branch : " release " ) ,
30- . package ( url: " https://github.com/OperatorFoundation/ShadowSwift " , branch : " release " ) ,
31- . package ( url: " https://github.com/OperatorFoundation/Transmission " , branch : " release " ) ,
32- . package ( url: " https://github.com/OperatorFoundation/TransmissionAsync " , branch : " release " ) ,
33- . package ( url: " https://github.com/OperatorFoundation/TransmissionTypes " , branch : " release " ) ,
24+ . package ( url: " https://github.com/OperatorFoundation/Antiphony " , from : " 1.0.4 " ) ,
25+ . package ( url: " https://github.com/OperatorFoundation/Datable " , from: " 4.0.1 " ) ,
26+ . package ( url: " https://github.com/OperatorFoundation/Dice " , from : " 1.0.0 " ) ,
27+ . package ( url: " https://github.com/OperatorFoundation/Gardener " , from : " 0.1.1 " ) ,
28+ . package ( url: " https://github.com/OperatorFoundation/Keychain " , from : " 1.0.2 " ) ,
29+ . package ( url: " https://github.com/OperatorFoundation/KeychainTypes " , from : " 1.0.1 " ) ,
30+ . package ( url: " https://github.com/OperatorFoundation/ShadowSwift " , from : " 5.0.2 " ) ,
31+ . package ( url: " https://github.com/OperatorFoundation/Transmission " , from : " 1.2.11 " ) ,
32+ . package ( url: " https://github.com/OperatorFoundation/TransmissionAsync " , from : " 0.1.4 " ) ,
33+ . package ( url: " https://github.com/OperatorFoundation/TransmissionTypes " , from : " 0.0.2 " ) ,
3434 ] ,
3535 targets: [
3636 // Targets are the basic building blocks of a package. A target can define a module or a test suite.
0 commit comments