File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,9 @@ let package = Package(
23
23
] ,
24
24
dependencies: [
25
25
// Dependencies declare other packages that this package depends on.
26
- . package ( name: " DeckOfPlayingCards " ,
27
- url: " https://github.com/apple/example-package-deckofplayingcards.git " ,
26
+ . package ( url: " https://github.com/apple/example-package-deckofplayingcards.git " ,
28
27
from: " 3.0.0 " ) ,
29
- . package ( name: " swift-argument-parser " ,
30
- url: " https://github.com/apple/swift-argument-parser.git " ,
28
+ . package ( url: " https://github.com/apple/swift-argument-parser.git " ,
31
29
from: " 0.4.4 " ) ,
32
30
] ,
33
31
targets: [
@@ -37,7 +35,7 @@ let package = Package(
37
35
name: " dealer " ,
38
36
dependencies: [
39
37
. product( name: " DeckOfPlayingCards " ,
40
- package : " DeckOfPlayingCards " ) ,
38
+ package : " example-package-deckofplayingcards " ) ,
41
39
. product( name: " ArgumentParser " ,
42
40
package : " swift-argument-parser " )
43
41
] ) ,
You can’t perform that action at this time.
0 commit comments