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 c138ff1 commit d1e75c2Copy full SHA for d1e75c2
Package.swift
@@ -34,7 +34,7 @@ let package = Package(
34
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
35
.package(url: "https://github.com/swiftlang/swift-syntax", from: "600.0.0"),
36
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.54.6"),
37
- .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
+ .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.3")
38
],
39
targets: [
40
0 commit comments