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