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.
1 parent 593dcd0 commit 2984fa6Copy full SHA for 2984fa6
examples/custom_test_runner/Package.swift
@@ -6,7 +6,7 @@ let package = Package(
6
name: "my-project",
7
dependencies: [
8
// Replace these entries with your dependencies.
9
- .package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
+ .package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.3"),
10
.package(url: "https://github.com/JohnSundell/ShellOut.git", from: "2.3.0"),
11
]
12
)
0 commit comments