Skip to content

Commit 6c8c6f4

Browse files
committed
Pin version range of plugin dependency
Start with the 1.1.0 version of the swift-docc-plugin dependency instead of the main branch, which may be unstable.
1 parent 4a5dd44 commit 6c8c6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package@swift-5.5.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
5858
// SwiftPM command plugins are only supported by Swift version 5.6 and later.
5959
#if swift(>=5.6)
6060
package.dependencies += [
61-
.package(url: "https://github.com/apple/swift-docc-plugin", .branch("main")),
61+
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.1.0"),
6262
]
6363
#endif
6464
} else {

0 commit comments

Comments
 (0)