From b765cc538a58739d4ef3b1adf98093773fc34187 Mon Sep 17 00:00:00 2001 From: swift-dependency-updater <> Date: Fri, 18 Mar 2022 10:33:52 +0000 Subject: [PATCH] Bump swift-argument-parser from 1.0.3 to 1.1.1 --- Package.resolved | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index 1a748ae..4112482 100644 --- a/Package.resolved +++ b/Package.resolved @@ -42,8 +42,8 @@ "repositoryURL": "https://github.com/apple/swift-argument-parser", "state": { "branch": null, - "revision": "e394bf350e38cb100b6bc4172834770ede1b7232", - "version": "1.0.3" + "revision": "82905286cc3f0fa8adc4674bf49437cab65a8373", + "version": "1.1.1" } } ] diff --git a/Package.swift b/Package.swift index 8751c10..67e0e13 100644 --- a/Package.swift +++ b/Package.swift @@ -20,7 +20,7 @@ let package = Package( dependencies: [ .package( url: "https://github.com/apple/swift-argument-parser", - .upToNextMinor(from: "1.0.1") + .upToNextMinor(from: "1.1.1") ), .package( url: "https://github.com/Nef10/ShellOut.git",