Skip to content

Commit

Permalink
chore(deps): update dependency apple/swift-argument-parser to from: "…
Browse files Browse the repository at this point in the history
…1.2.3" (#177)
  • Loading branch information
renovate[bot] authored Aug 31, 2023
1 parent 593dcd0 commit 2984fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/custom_test_runner/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let package = Package(
name: "my-project",
dependencies: [
// Replace these entries with your dependencies.
.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"),
.package(url: "https://github.com/JohnSundell/ShellOut.git", from: "2.3.0"),
]
)

0 comments on commit 2984fa6

Please sign in to comment.