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 8ef6abf commit e5c37fcCopy full SHA for e5c37fc
Package.swift
@@ -13,7 +13,7 @@ let package = Package(
13
.package(url: "https://github.com/apple/swift-openapi-runtime.git", from: "1.0.0"),
14
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", from: "1.0.0-alpha.1"),
15
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", from: "0.1.0"),
16
- .package(url: "https://github.com/apple/swift-docc-plugin", branch: "main"),
+ .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
17
],
18
targets: [
19
.target(
0 commit comments