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 b013151 commit 670c263Copy full SHA for 670c263
Package.swift
@@ -19,7 +19,7 @@ let package = Package(
19
.package(url: "https://github.com/michaelhenry/CombineCocoa", from: "1.0.1"),
20
.package(url: "https://github.com/michaelhenry/Prettier.swift", from: "1.1.1"),
21
.package(url: "https://github.com/raspu/Highlightr", from: "2.1.2"),
22
- .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
+ .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.4.4"),
23
],
24
targets: [
25
.target(
0 commit comments