We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 173c6e5 + 7bbd788 commit a1f0f93Copy full SHA for a1f0f93
Package.swift
@@ -32,10 +32,10 @@ let package = Package(
32
],
33
dependencies: [
34
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
35
- .package(url: "https://github.com/swiftlang/swift-syntax", from: "601.0.0"),
+ .package(url: "https://github.com/swiftlang/swift-syntax", from: "601.0.1"),
36
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.55.5"),
37
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.3"),
38
- .package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", from: "0.58.2")
+ .package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", from: "0.59.0")
39
40
targets: [
41
0 commit comments