File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ let package = Package(
51
51
if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
52
52
// Building standalone, so fetch all dependencies remotely.
53
53
package . dependencies += [
54
- . package ( url: " https://github.com/apple/swift-cmark.git " , . branch ( " gfm " ) ) ,
54
+ . package ( url: " https://github.com/apple/swift-cmark.git " , . upToNextMinor ( from : " 0.2.0 " ) ) ,
55
55
. package ( url: " https://github.com/apple/swift-argument-parser " , . upToNextMinor( from: " 1.0.1 " ) ) ,
56
56
]
57
57
} else {
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ let package = Package(
51
51
if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
52
52
// Building standalone, so fetch all dependencies remotely.
53
53
package . dependencies += [
54
- . package ( url: " https://github.com/apple/swift-cmark.git " , . branch ( " gfm " ) ) ,
54
+ . package ( url: " https://github.com/apple/swift-cmark.git " , . upToNextMinor ( from : " 0.2.0 " ) ) ,
55
55
. package ( url: " https://github.com/apple/swift-argument-parser " , . upToNextMinor( from: " 1.0.1 " ) ) ,
56
56
]
57
57
You can’t perform that action at this time.
0 commit comments