diff --git a/examples/custom_test_runner/Package.swift b/examples/custom_test_runner/Package.swift index 12ca586..76b024e 100644 --- a/examples/custom_test_runner/Package.swift +++ b/examples/custom_test_runner/Package.swift @@ -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.4.0"), + .package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"), .package(url: "https://github.com/JohnSundell/ShellOut.git", from: "2.3.0"), ] )