File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ let package = Package(
3434 packageDependencies. append ( contentsOf: [
3535 . package ( url: " https://github.com/apple/swift-atomics.git " , . upToNextMajor( from: " 1.2.0 " ) ) ,
3636 . package ( url: " https://github.com/apple/swift-collections.git " , . upToNextMajor( from: " 1.2.0 " ) ) ,
37- . package ( url: " https://github.com/apple/swift-syntax " , from: " 601.0.0 " ) ,
37+ . package ( url: " https://github.com/apple/swift-syntax.git " , . upToNextMajor ( from: " 601.0.0 " ) ) ,
3838 ] )
3939
4040 #if false // Linting / Formating
4141 packageDependencies. append ( contentsOf: [
42- . package ( url: " https://github.com/apple/swift-format " , from: " 601.0.0 " ) ,
42+ . package ( url: " https://github.com/apple/swift-format.git " , . upToNextMajor ( from: " 601.0.0 " ) ) ,
4343 ] )
4444 #endif
4545
You can’t perform that action at this time.
0 commit comments