Skip to content

Commit

Permalink
Merge pull request #266 from allevato/finalize-5.5
Browse files Browse the repository at this point in the history
Update Package.swift for official Swift 5.5 release.
  • Loading branch information
allevato authored Sep 21, 2021
2 parents da2f1ec + 42f7afd commit f872223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ let package = Package(
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
// Building standalone.
package.dependencies += [
.package(url: "https://github.com/apple/swift-syntax", .revision("593d01f4017cf8b71ec28689629f7b9a6739df0b")),
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.4.3")),
.package(url: "https://github.com/apple/swift-syntax", .upToNextMinor(from: "0.50500.0")),
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.0.1")),
]
} else {
package.dependencies += [
Expand Down

0 comments on commit f872223

Please sign in to comment.