Skip to content

Commit 0f8dce7

Browse files
committed
removing docc plugin
1 parent 9f1b6b8 commit 0f8dce7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ let package = Package(
99
.library(name: "InMemoryTracing", targets: ["InMemoryTracing"]),
1010
],
1111
dependencies: [
12-
.package(url: "https://github.com/apple/swift-service-context.git", from: "1.1.0"),
13-
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"),
12+
.package(url: "https://github.com/apple/swift-service-context.git", from: "1.1.0")
1413
],
1514
targets: [
1615
// ==== --------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)