Skip to content

Commit 201c41a

Browse files
authored
Merge pull request #4 from franklinyu/chore/update-master
Bump playing card dependency to v2
2 parents 0d5cc83 + d88d0f5 commit 201c41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ let package = Package(
1414
name: "DeckOfPlayingCards",
1515
dependencies: [
1616
.Package(url: "https://github.com/apple/example-package-fisheryates.git", majorVersion: 1),
17-
.Package(url: "https://github.com/apple/example-package-playingcard.git", majorVersion: 1),
17+
.Package(url: "https://github.com/apple/example-package-playingcard.git", majorVersion: 2),
1818
]
1919
)

0 commit comments

Comments
 (0)