Skip to content

Commit d88d0f5

Browse files
committed
Bump playing card dependency to v2
1 parent 0d5cc83 commit d88d0f5

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)