Skip to content

Commit e5c37fc

Browse files
committed
use from instead of branch for swift docc plugin
1 parent 8ef6abf commit e5c37fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
.package(url: "https://github.com/apple/swift-openapi-runtime.git", from: "1.0.0"),
1414
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", from: "1.0.0-alpha.1"),
1515
.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"),
16+
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
1717
],
1818
targets: [
1919
.target(

0 commit comments

Comments
 (0)