Skip to content

Commit c500f3e

Browse files
package: Remove docc plugin dependency
1 parent df333bd commit c500f3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Package.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ let package = Package(
4343
dependencies: [
4444
.package(url: "https://github.com/apple/swift-openapi-runtime", from: "1.0.0"),
4545
.package(url: "https://github.com/apple/swift-http-types", from: "1.0.0"),
46-
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
4746
.package(url: "https://github.com/apple/swift-collections", from: "1.0.0"),
4847
],
4948
targets: [

0 commit comments

Comments
 (0)