File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -215,15 +215,15 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
215
215
package . dependencies += [
216
216
. package (
217
217
url: " https://github.com/apple/swift-argument-parser.git " ,
218
- branch : " main "
218
+ . upToNextMinor ( from : " 1.1.4 " )
219
219
) ,
220
220
. package (
221
221
url: " https://github.com/apple/swift-syntax.git " ,
222
- branch: " main "
222
+ branch: " swift-5.7-RELEASE "
223
223
) ,
224
224
. package (
225
225
url: " https://github.com/apple/swift-tools-support-core.git " ,
226
- branch : " main "
226
+ . upToNextMinor ( from : " 0.2.7 " )
227
227
) ,
228
228
]
229
229
} 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