File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1- // swift-tools-version:5.3
1+ // swift-tools-version:5.7
22// The swift-tools-version declares the minimum version of Swift required to build this package.
33
44import PackageDescription
@@ -20,18 +20,16 @@ let package = Package(
2020 dependencies: [
2121 // Dependencies declare other packages that this package depends on.
2222 // .package(url: /* package url */, from: "1.0.0"),
23- . package (
24- name: " Sovran " ,
25- url: " https://github.com/segmentio/Sovran-Swift.git " ,
26- from: " 1.1.0 "
27- )
23+ . package ( url: " https://github.com/segmentio/sovran-swift.git " , from: " 1.1.0 " )
2824 ] ,
2925 targets: [
3026 // Targets are the basic building blocks of a package. A target can define a module or a test suite.
3127 // Targets can depend on other targets in this package, and on products in packages this package depends on.
3228 . target(
3329 name: " Segment " ,
34- dependencies: [ " Sovran " ] ) ,
30+ dependencies: [
31+ . product( name: " Sovran " , package : " sovran-swift " )
32+ ] ) ,
3533 . testTarget(
3634 name: " Segment-Tests " ,
3735 dependencies: [ " Segment " ] ) ,
You can’t perform that action at this time.
0 commit comments