We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d5cc83 + d88d0f5 commit 201c41aCopy full SHA for 201c41a
Package.swift
@@ -14,6 +14,6 @@ let package = Package(
14
name: "DeckOfPlayingCards",
15
dependencies: [
16
.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),
+ .Package(url: "https://github.com/apple/example-package-playingcard.git", majorVersion: 2),
18
]
19
)
0 commit comments