File tree 1 file changed +5
-7
lines changed 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
2
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
3
4
4
import PackageDescription
@@ -20,18 +20,16 @@ let package = Package(
20
20
dependencies: [
21
21
// Dependencies declare other packages that this package depends on.
22
22
// .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 " )
28
24
] ,
29
25
targets: [
30
26
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
31
27
// Targets can depend on other targets in this package, and on products in packages this package depends on.
32
28
. target(
33
29
name: " Segment " ,
34
- dependencies: [ " Sovran " ] ) ,
30
+ dependencies: [
31
+ . product( name: " Sovran " , package : " sovran-swift " )
32
+ ] ) ,
35
33
. testTarget(
36
34
name: " Segment-Tests " ,
37
35
dependencies: [ " Segment " ] ) ,
You can’t perform that action at this time.
0 commit comments