Skip to content

Commit 784f413

Browse files
committed
updated swift-subprocess and swift-argument-parser
1 parent dbd8719 commit 784f413

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Package.resolved

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ let package = Package(
55
name: "quickpkg",
66
platforms: [.macOS(.v15)],
77
dependencies: [
8-
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.7.0"),
9-
.package(url: "https://github.com/swiftlang/swift-subprocess", from: "0.3.0"),
8+
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.7.1"),
9+
.package(url: "https://github.com/swiftlang/swift-subprocess", from: "0.4.0"),
1010
],
1111
targets: [
1212
.executableTarget(

0 commit comments

Comments
 (0)