We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c668b2b + 15dfb9f commit 464b7bcCopy full SHA for 464b7bc
Package.swift
@@ -35,7 +35,7 @@ let package = Package(
35
.package(url: "https://github.com/swiftlang/swift-syntax", from: "600.0.1"),
36
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.55.4"),
37
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.3"),
38
- .package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", from: "0.57.1")
+ .package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", from: "0.58.0")
39
],
40
targets: [
41
0 commit comments