Skip to content

Commit 5c50ce2

Browse files
authored
Update Package.swift
1 parent 2eb2018 commit 5c50ce2

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
@@ -7,7 +7,7 @@ let package = Package(
77
name: "capacitor-plugin-converter",
88
platforms: [.macOS(.v13)],
99
dependencies: [
10-
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.0"),
10+
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.1"),
1111
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0"),
1212
],
1313
targets: [

0 commit comments

Comments
 (0)