File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -179,15 +179,15 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
179
179
package . dependencies += [
180
180
. package (
181
181
url: " https://github.com/apple/swift-argument-parser.git " ,
182
- branch : " main "
182
+ . upToNextMinor ( from : " 1.1.4 " )
183
183
) ,
184
184
. package (
185
185
url: " https://github.com/apple/swift-syntax " ,
186
- branch: " main "
186
+ branch: " swift-5.7-RELEASE "
187
187
) ,
188
188
. package (
189
189
url: " https://github.com/apple/swift-tools-support-core.git " ,
190
- branch : " main "
190
+ . upToNextMinor ( from : " 0.2.7 " )
191
191
) ,
192
192
]
193
193
} else {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ struct VersionOptions: ParsableArguments {
20
20
func validate( ) throws {
21
21
if version {
22
22
// TODO: Automate updates to this somehow.
23
- print ( " 0.50500 .0 " )
23
+ print ( " 0.50700 .0 " )
24
24
throw ExitCode . success
25
25
}
26
26
}
You can’t perform that action at this time.
0 commit comments