Skip to content

Commit 38af353

Browse files
authored
Swift6 testing (swiftlang#19)
* quickpass update, not complete (swiftlang#18) * quickpass update, not complete * applying default swift format * using isEmpty in test * using a marker class to identify the bundle and load it for the macOS executable location * using version 4 of the deck and playingcards
1 parent 7949650 commit 38af353

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
@@ -25,7 +25,7 @@ let package = Package(
2525
dependencies: [
2626
.package(
2727
url: "https://github.com/apple/example-package-deckofplayingcards.git",
28-
from: "3.0.0"),
28+
from: "4.0.0"),
2929
.package(
3030
url: "https://github.com/apple/swift-argument-parser.git",
3131
from: "1.6.0"),

0 commit comments

Comments
 (0)