diff --git a/Package.resolved b/Package.resolved index 05f68ef6e8..f49838dff6 100644 --- a/Package.resolved +++ b/Package.resolved @@ -36,24 +36,6 @@ "version" : "1.1.0" } }, - { - "identity" : "swift-docc-plugin", - "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-docc-plugin.git", - "state" : { - "revision" : "26ac5758409154cc448d7ab82389c520fa8a8247", - "version" : "1.3.0" - } - }, - { - "identity" : "swift-docc-symbolkit", - "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-docc-symbolkit", - "state" : { - "revision" : "b45d1f2ed151d057b54504d653e0da5552844e34", - "version" : "1.0.0" - } - }, { "identity" : "swift-macro-testing", "kind" : "remoteSourceControl", diff --git a/Package.swift b/Package.swift index 995d3313b6..7de3b19def 100644 --- a/Package.swift +++ b/Package.swift @@ -21,7 +21,6 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/ReactiveX/RxSwift.git", from: "6.0.0"), - .package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.3.0"), .package(url: "https://github.com/apple/swift-atomics.git", from: "1.0.2"), .package(url: "https://github.com/apple/swift-collections", from: "1.1.0"), .package(url: "https://github.com/VergeGroup/swift-concurrency-task-manager", from: "1.1.0"),