We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2051faf + 959899b commit 2e8d6aaCopy full SHA for 2e8d6aa
1 file changed
Package.swift
@@ -32,7 +32,7 @@ let package = Package(
32
],
33
dependencies: [
34
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.7.1"),
35
- .package(url: "https://github.com/swiftlang/swift-syntax", .upToNextMajor(from: "603.0.0")),
+ .package(url: "https://github.com/swiftlang/swift-syntax", .upToNextMajor(from: "603.0.1")),
36
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.61.0"),
37
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.6"),
38
.package(url: "https://github.com/apple/swift-testing", exact: "6.3.1")
0 commit comments