Skip to content

Commit

Permalink
Merge pull request #4 from franklinyu/chore/update-master
Browse files Browse the repository at this point in the history
Bump playing card dependency to v2
  • Loading branch information
mxcl committed Jul 23, 2016
2 parents 0d5cc83 + d88d0f5 commit 201c41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ let package = Package(
name: "DeckOfPlayingCards",
dependencies: [
.Package(url: "https://github.com/apple/example-package-fisheryates.git", majorVersion: 1),
.Package(url: "https://github.com/apple/example-package-playingcard.git", majorVersion: 1),
.Package(url: "https://github.com/apple/example-package-playingcard.git", majorVersion: 2),
]
)

0 comments on commit 201c41a

Please sign in to comment.