We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e4f91 commit b8ac94bCopy full SHA for b8ac94b
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: "603.0.1"),
12
.package(url: "https://github.com/SwiftyJSON/SwiftyJSON.git", from: "5.0.2"),
13
],
14
targets: [
0 commit comments