Skip to content

Commit 6a6159f

Browse files
committed
Bump DeckOfPlayingCards dependency to v2
1 parent 7572a30 commit 6a6159f

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
@@ -13,6 +13,6 @@ import PackageDescription
1313
let package = Package(
1414
name: "Dealer",
1515
dependencies: [
16-
.Package(url: "https://github.com/apple/example-package-deckofplayingcards.git", majorVersion: 1),
16+
.Package(url: "https://github.com/apple/example-package-deckofplayingcards.git", majorVersion: 2),
1717
]
1818
)

0 commit comments

Comments
 (0)