From b227ce63b0b67c023b5179a1496dfa5e649a11e1 Mon Sep 17 00:00:00 2001 From: Mati <matiasvillaverde@protonmail.com> Date: Tue, 18 Feb 2025 18:22:45 +0100 Subject: [PATCH] Update Package.swift Update swift-argument-parser to version 1.5.0 or higher --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index fc28be1..962c0b9 100644 --- a/Package.swift +++ b/Package.swift @@ -12,7 +12,7 @@ let package = Package( .executable(name: "hub-cli", targets: ["HubCLI"]), ], dependencies: [ - .package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.4.0")), + .package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"), .package(url: "https://github.com/johnmai-dev/Jinja", .upToNextMinor(from: "1.1.0")) ], targets: [