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 4a5dd44 commit 6c8c6f4Copy full SHA for 6c8c6f4
Package@swift-5.5.swift
@@ -58,7 +58,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
58
// SwiftPM command plugins are only supported by Swift version 5.6 and later.
59
#if swift(>=5.6)
60
package.dependencies += [
61
- .package(url: "https://github.com/apple/swift-docc-plugin", .branch("main")),
+ .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.1.0"),
62
]
63
#endif
64
} else {
0 commit comments