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 9947f4d commit 2ee6e82Copy full SHA for 2ee6e82
Package.swift
@@ -27,7 +27,7 @@ let package = Package(
27
.package(url: "https://github.com/pointfreeco/swiftui-navigation.git", from: "1.2.0"),
28
.package(url: "https://github.com/pointfreeco/swift-macro-testing.git", from: "0.2.2"),
29
.package(url: "https://github.com/google/swift-benchmark", from: "0.1.2"),
30
- .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.2"),
31
.package(url: "https://github.com/pointfreeco/swift-concurrency-extras.git", from: "1.1.0")
32
],
33
targets: [
0 commit comments