Skip to content

Commit a7f9f06

Browse files
committed
updated swift-tools-version
1 parent e579de6 commit a7f9f06

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
// swift-tools-version: 6.0
1+
// swift-tools-version: 6.2
22
import PackageDescription
33

44
let package = Package(
55
name: "quickpkg",
66
platforms: [.macOS(.v15)],
77
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"),
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"),
1010
],
1111
targets: [
1212
.executableTarget(

0 commit comments

Comments
 (0)