Skip to content

Commit ef0ec02

Browse files
committed
Update dependencies for Swift 5.3.
Temporarily using the `swift-5.3-RELEASE` tag of SwiftSyntax until a semver tag is available.
1 parent fffd3db commit ef0ec02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ let package = Package(
144144
if getenv("SWIFTCI_USE_LOCAL_DEPS") == nil {
145145
// Building standalone.
146146
package.dependencies += [
147-
.package(url: "https://github.com/apple/swift-syntax", .branch("master")),
148-
.package(url: "https://github.com/apple/swift-argument-parser.git", .branch("master")),
147+
.package(url: "https://github.com/apple/swift-syntax", .revision("swift-5.3-RELEASE")),
148+
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.3.1")),
149149
]
150150
} else {
151151
package.dependencies += [

0 commit comments

Comments
 (0)