Skip to content

Commit 2984fa6

Browse files
chore(deps): update dependency apple/swift-argument-parser to from: "1.2.3" (#177)
1 parent 593dcd0 commit 2984fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/custom_test_runner/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let package = Package(
66
name: "my-project",
77
dependencies: [
88
// Replace these entries with your dependencies.
9-
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
9+
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.3"),
1010
.package(url: "https://github.com/JohnSundell/ShellOut.git", from: "2.3.0"),
1111
]
1212
)

0 commit comments

Comments
 (0)