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 82f9258 commit ea79e83Copy full SHA for ea79e83
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/swiftlang/swift-cmark.git", from: "0.6.0"),
50
]
51
52
// SwiftPM command plugins are only supported by Swift version 5.6 and later.
0 commit comments