File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ let package = Package(
16
16
targets: [ " TransmissionData " ] ) ,
17
17
] ,
18
18
dependencies: [
19
- . package ( url: " https://github.com/OperatorFoundation/Straw " , branch : " 1.0.0 " ) ,
20
- . package ( url: " https://github.com/OperatorFoundation/SwiftHexTools " , branch : " 1.2.6 " ) ,
21
- . package ( url: " https://github.com/OperatorFoundation/Transmission " , branch : " release " ) ,
19
+ . package ( url: " https://github.com/OperatorFoundation/Straw " , from : " 1.0.1 " ) ,
20
+ . package ( url: " https://github.com/OperatorFoundation/SwiftHexTools " , from : " 1.2.6 " ) ,
21
+ . package ( url: " https://github.com/OperatorFoundation/Transmission " , from : " 1.2.11 " ) ,
22
22
] ,
23
23
targets: [
24
24
// Targets are the basic building blocks of a package, defining a module or a test suite.
You can’t perform that action at this time.
0 commit comments