We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a0afa commit 96b5e48Copy full SHA for 96b5e48
Package.swift
@@ -163,7 +163,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
163
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
164
.package(url: "https://github.com/apple/swift-docc-symbolkit", branch: "main"),
165
.package(url: "https://github.com/apple/swift-crypto.git", from: "2.5.0"),
166
- .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
+ .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.2.0"),
167
]
168
169
#if !os(Windows)
0 commit comments