Skip to content

Commit 4aae40b

Browse files
0.4.0
1 parent d91b618 commit 4aae40b

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
@@ -49,7 +49,7 @@ let package = Package(
4949
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
5050
// Building standalone, so fetch all dependencies remotely.
5151
package.dependencies += [
52-
.package(url: "https://github.com/apple/swift-cmark.git", branch: "gfm"),
52+
.package(url: "https://github.com/apple/swift-cmark.git", from: "0.4.0"),
5353
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
5454
]
5555

0 commit comments

Comments
 (0)