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.
1 parent 7525572 commit 82344c1Copy full SHA for 82344c1
Package.swift
@@ -77,7 +77,7 @@ let package = Package(
77
// Apple Swift tool to build documentation
78
.package(url: "https://github.com/swiftlang/swift-docc-plugin", exact: "1.4.5"),
79
// Linter for Swift code
80
- .package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", exact: "0.62.1"),
+ .package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", exact: "0.62.2"),
81
// Formatter for Swift code
82
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.58.3"),
83
],
0 commit comments