Skip to content

Commit 8f79cb1

Browse files
0.5.0
1 parent 907674c commit 8f79cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ let package = Package(
4646
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
4747
// Building standalone, so fetch all dependencies remotely.
4848
package.dependencies += [
49-
.package(url: "https://github.com/apple/swift-cmark.git", branch: "gfm"),
49+
.package(url: "https://github.com/apple/swift-cmark.git", from: "0.5.0"),
5050
]
5151

5252
// SwiftPM command plugins are only supported by Swift version 5.6 and later.

0 commit comments

Comments
 (0)