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 @@ -156,9 +156,9 @@ let package = Package(
156156if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
157157 // Building standalone.
158158 package . dependencies += [
159- . package ( url: " https://github.com/apple/swift-argument-parser.git " , . branch ( " main " ) ) ,
160- . package ( url: " https://github.com/apple/swift-syntax " , . branch ( " main " ) ) ,
161- . package ( url: " https://github.com/apple/swift-tools-support-core.git " , . branch ( " main " ) ) ,
159+ . package ( url: " https://github.com/apple/swift-argument-parser.git " , . upToNextMinor ( from : " 1.1.1 " ) ) ,
160+ . package ( url: " https://github.com/apple/swift-syntax " , . upToNextMinor ( from : " 0.50600.1 " ) ) ,
161+ . package ( url: " https://github.com/apple/swift-tools-support-core.git " , . upToNextMinor ( from : " 0.2.5 " ) ) ,
162162 ]
163163} else {
164164 package . dependencies += [
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ struct VersionOptions: ParsableArguments {
2020 func validate( ) throws {
2121 if version {
2222 // TODO: Automate updates to this somehow.
23- print ( " 0.50500 .0 " )
23+ print ( " 0.50600 .0 " )
2424 throw ExitCode . success
2525 }
2626 }
You can’t perform that action at this time.
0 commit comments