We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e579de6 commit a7f9f06Copy full SHA for a7f9f06
1 file changed
Package.swift
@@ -1,12 +1,12 @@
1
-// swift-tools-version: 6.0
+// swift-tools-version: 6.2
2
import PackageDescription
3
4
let package = Package(
5
name: "quickpkg",
6
platforms: [.macOS(.v15)],
7
dependencies: [
8
- .package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.0"),
9
- .package(url: "https://github.com/swiftlang/swift-subprocess", from: "0.0.1"),
+ .package(url: "https://github.com/apple/swift-argument-parser", from: "1.7.0"),
+ .package(url: "https://github.com/swiftlang/swift-subprocess", from: "0.3.0"),
10
],
11
targets: [
12
.executableTarget(
0 commit comments