We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e4f91 commit 2cf1320Copy full SHA for 2cf1320
1 file changed
Package.swift
@@ -8,7 +8,7 @@ let package = Package(
8
platforms: [.macOS(.v15)],
9
dependencies: [
10
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.6.2"),
11
- .package(url: "https://github.com/apple/swift-syntax.git", from: "601.0.1"),
+ .package(url: "https://github.com/apple/swift-syntax.git", from: "602.0.0"),
12
.package(url: "https://github.com/SwiftyJSON/SwiftyJSON.git", from: "5.0.2"),
13
],
14
targets: [
0 commit comments