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 fd79e62 commit a73ab3bCopy full SHA for a73ab3b
Package.swift
@@ -46,7 +46,7 @@ let package = Package(
46
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
47
// Building standalone, so fetch all dependencies remotely.
48
package.dependencies += [
49
- .package(url: "https://github.com/swiftlang/swift-cmark.git", branch: "gfm"),
+ .package(url: "https://github.com/sujrd/swift-cmark.git", branch: "gfm"),
50
]
51
52
// SwiftPM command plugins are only supported by Swift version 5.6 and later.
0 commit comments