Skip to content

Commit 09a2854

Browse files
committed
Temporarily switch to my branch of swift-markdown
1 parent 323675b commit 09a2854

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
133133
// Building standalone, so fetch all dependencies remotely.
134134
package.dependencies += [
135135
.package(url: "https://github.com/apple/swift-nio.git", from: "2.53.0"),
136-
.package(url: "https://github.com/apple/swift-markdown.git", branch: "main"),
136+
.package(url: "https://github.com/apple/swift-markdown.git", branch: "jed/doxygen-discussion-note"),
137137
.package(url: "https://github.com/apple/swift-lmdb.git", branch: "main"),
138138
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
139139
.package(url: "https://github.com/apple/swift-docc-symbolkit", branch: "main"),

0 commit comments

Comments
 (0)