Skip to content

Commit 130a15a

Browse files
reset swift-markdown back to main
1 parent 4b6703f commit 130a15a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
123123
package.dependencies += [
124124
.package(url: "https://github.com/apple/swift-nio.git", .upToNextMinor(from: "2.31.2")),
125125
.package(url: "https://github.com/apple/swift-nio-ssl.git", .upToNextMinor(from: "2.15.0")),
126-
.package(name: "swift-markdown", url: "https://github.com/QuietMisdreavus/swift-markdown.git", .branch("table-spans")),
126+
.package(name: "swift-markdown", url: "https://github.com/apple/swift-markdown.git", .branch("main")),
127127
.package(name: "CLMDB", url: "https://github.com/apple/swift-lmdb.git", .branch("main")),
128128
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.0.1")),
129129
.package(name: "SymbolKit", url: "https://github.com/apple/swift-docc-symbolkit", .branch("main")),

0 commit comments

Comments
 (0)