We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1b6b8 commit 0f8dce7Copy full SHA for 0f8dce7
Package.swift
@@ -9,8 +9,7 @@ let package = Package(
9
.library(name: "InMemoryTracing", targets: ["InMemoryTracing"]),
10
],
11
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"),
+ .package(url: "https://github.com/apple/swift-service-context.git", from: "1.1.0")
14
15
targets: [
16
// ==== --------------------------------------------------------------------------------------------------------
0 commit comments