Skip to content

Commit a2401a7

Browse files
committed
fix for soundness check
1 parent b8d0de2 commit a2401a7

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
@@ -27,7 +27,7 @@ let package = Package(
2727
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0"..<"4.0.0"),
2828
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.0"),
2929
.package(url: "https://github.com/apple/swift-http-types.git", from: "1.2.0"),
30-
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
30+
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
3131
],
3232
targets: [
3333
.target(

0 commit comments

Comments
 (0)