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 @@ -170,11 +170,11 @@ let package = Package(
170170if !useLocalDependencies {
171171 // Building standalone.
172172 package . dependencies += [
173- . package ( url: " https://github.com/apple/swift-tools-support-core.git " , . branch( " main " ) ) ,
173+ . package ( url: " https://github.com/apple/swift-tools-support-core.git " , . branch( " release/6.0 " ) ) ,
174174 . package ( url: " https://github.com/apple/swift-argument-parser.git " , . upToNextMinor( from: " 1.0.1 " ) ) ,
175175 ]
176176 if swiftSyntaxSearchPath == nil {
177- package . dependencies. append ( . package ( url: " https://github.com/apple/swift-syntax.git " , . branch( " main " ) ) )
177+ package . dependencies. append ( . package ( url: " https://github.com/apple/swift-syntax.git " , . branch( " release/6.0 " ) ) )
178178 }
179179} else {
180180 package . dependencies += [
You can’t perform that action at this time.
0 commit comments