Skip to content

Commit 54f67c9

Browse files
authored
Merge pull request #1125 from rintaro/6.3-package-dependency
[6.3] Change swift-syntax dependency to `release/6.3`
2 parents cad4ff6 + 4e5843e commit 54f67c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ var dependencies: [Package.Dependency] {
204204
return [
205205
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
206206
.package(url: "https://github.com/swiftlang/swift-markdown.git", from: "0.2.0"),
207-
.package(url: "https://github.com/swiftlang/swift-syntax.git", branch: "main"),
207+
.package(url: "https://github.com/swiftlang/swift-syntax.git", branch: "release/6.3"),
208208
]
209209
}
210210
}

0 commit comments

Comments
 (0)