diff --git a/Package.swift b/Package.swift index 0477c50..9c97f22 100644 --- a/Package.swift +++ b/Package.swift @@ -31,7 +31,7 @@ let package = Package( from: "6.2.0" ), .package(url: "https://github.com/apple/swift-log", from: "1.6.4"), - .package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"), + .package(url: "https://github.com/apple/swift-argument-parser", from: "1.6.2"), .package(url: "https://github.com/swiftlang/swift-syntax.git", from: "602.0.0"), .package(url: "https://github.com/swiftlang/swift-format.git", from: "602.0.0"), ],