From 1482a4b2fcf9bd3ecd7552bef7d1fc82df5bea9b Mon Sep 17 00:00:00 2001 From: Nate Cook Date: Mon, 11 Apr 2022 10:10:49 -0500 Subject: [PATCH] Remove docc-plugin dependency --- Package.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Package.swift b/Package.swift index 47a73ca72..e95d98b67 100644 --- a/Package.swift +++ b/Package.swift @@ -22,7 +22,6 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"), - .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.