Skip to content

Commit 05b9af1

Browse files
Update dependency apple/swift-argument-parser to from: "1.6.2" (#85)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b844d82 commit 05b9af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
.executable(name: "xcodeinstall", targets: ["xcodeinstall"])
1717
],
1818
dependencies: [
19-
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.6.1"),
19+
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.6.2"),
2020
.package(url: "https://github.com/apple/swift-log.git", from: "1.6.4"),
2121

2222
// do not use Soto 7.x

0 commit comments

Comments
 (0)