Skip to content

Commit f872223

Browse files
authored
Merge pull request #266 from allevato/finalize-5.5
Update Package.swift for official Swift 5.5 release.
2 parents da2f1ec + 42f7afd commit f872223

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ let package = Package(
143143
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
144144
// Building standalone.
145145
package.dependencies += [
146-
.package(url: "https://github.com/apple/swift-syntax", .revision("593d01f4017cf8b71ec28689629f7b9a6739df0b")),
147-
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.4.3")),
146+
.package(url: "https://github.com/apple/swift-syntax", .upToNextMinor(from: "0.50500.0")),
147+
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.0.1")),
148148
]
149149
} else {
150150
package.dependencies += [

0 commit comments

Comments
 (0)