Skip to content

Commit 81a377c

Browse files
committed
Use merged version of SymbolKit changes
1 parent fe51e34 commit 81a377c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
139139
.package(url: "https://github.com/swiftlang/swift-markdown.git", branch: "main"),
140140
.package(url: "https://github.com/swiftlang/swift-lmdb.git", branch: "main"),
141141
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
142-
// .package(url: "https://github.com/swiftlang/swift-docc-symbolkit.git", branch: "main"),
143-
.package(url: "https://github.com/QuietMisdreavus/swift-docc-symbolkit.git", branch: "same-shape"),
142+
.package(url: "https://github.com/swiftlang/swift-docc-symbolkit.git", branch: "main"),
144143
.package(url: "https://github.com/apple/swift-crypto.git", from: "3.0.0"),
145144
.package(url: "https://github.com/swiftlang/swift-docc-plugin.git", from: "1.2.0"),
146145
]

0 commit comments

Comments
 (0)