Skip to content

Commit 2bd8efe

Browse files
chore(deps): update dependency apple/swift-argument-parser to from: "1.7.0"
1 parent b5e4f91 commit 2bd8efe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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(.v15)],
99
dependencies: [
10-
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.6.2"),
10+
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.7.0"),
1111
.package(url: "https://github.com/apple/swift-syntax.git", from: "601.0.1"),
1212
.package(url: "https://github.com/SwiftyJSON/SwiftyJSON.git", from: "5.0.2"),
1313
],

0 commit comments

Comments
 (0)