@@ -12,12 +12,12 @@ let package = Package(
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 " , branch : " bsneed/cli_additions " ) ,
15+ . package ( url: " https://github.com/segmentio/analytics-swift.git " , from : " 1.4.7 " ) ,
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:segmentio/EdgeFn-Swift .git " , branch : " main " ) ,
20- . package ( url: " git@github.com:segmentio/substrata-swift.git " , branch : " main " )
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 " )
2121 ] ,
2222 targets: [
2323 // Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -30,7 +30,7 @@ let package = Package(
3030 " SwiftCSV " ,
3131 " Result " ,
3232 . product( name: " Substrata " , package : " substrata-swift " ) ,
33- . product( name: " EdgeFn " , package : " EdgeFn-Swift " ) ,
33+ . product( name: " AnalyticsLive " , package : " analytics-swift-live " ) ,
3434 . product( name: " mustache " , package : " Mustache " ) ,
3535 . product( name: " Segment " , package : " analytics-swift " ) ] ) ,
3636 . testTarget(
0 commit comments