Skip to content

Commit 704a121

Browse files
Swift-Markdown 0.7.0
1 parent 3be4e1a commit 704a121

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
@@ -50,7 +50,7 @@ let package = Package(
5050
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
5151
// Building standalone, so fetch all dependencies remotely.
5252
package.dependencies += [
53-
.package(url: "https://github.com/swiftlang/swift-cmark.git", branch: "release/6.2"),
53+
.package(url: "https://github.com/swiftlang/swift-cmark.git", from: "0.7.0"),
5454
]
5555

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

0 commit comments

Comments
 (0)