@@ -6,18 +6,18 @@ import PackageDescription
66let package = Package (
77 name: " segmentcli " ,
88 platforms: [
9- . macOS( . v10_15 )
9+ . macOS( . v11 )
1010 ] ,
1111 dependencies: [
1212 . package ( url: " https://github.com/jakeheis/SwiftCLI " , from: " 6.0.0 " ) ,
1313 . package ( url: " https://github.com/dominicegginton/Spinner " , from: " 1.1.4 " ) ,
1414 . package ( url: " https://github.com/mtynior/ColorizeSwift.git " , from: " 1.5.0 " ) ,
15- . package ( url: " https://github.com/segmentio/analytics-swift.git " , from: " 1.4.7 " ) ,
15+ . package ( url: " https://github.com/segmentio/analytics-swift.git " , from: " 1.7.3 " ) ,
1616 . package ( url: " https://github.com/swiftcsv/SwiftCSV.git " , from: " 0.6.1 " ) ,
1717 . package ( url: " https://github.com/AlwaysRightInstitute/Mustache " , from: " 1.0.0 " ) ,
1818 . package ( url: " https://github.com/antitypical/Result.git " , from: " 5.0.0 " ) ,
19- . package ( url: " git@ github.com: segment-integrations/analytics-swift-live.git" , from: " 0.2.3 " ) ,
20- . package ( url: " git@ github.com: segmentio/substrata-swift.git" , from: " 0.0.2 " )
19+ . package ( url: " https:// github.com/ segment-integrations/analytics-swift-live.git" , from: " 3.1.7 " ) ,
20+ . package ( url: " https:// github.com/ segmentio/substrata-swift.git" , from: " 2.1.0 " )
2121 ] ,
2222 targets: [
2323 // Targets are the basic building blocks of a package. A target can define a module or a test suite.
0 commit comments