Skip to content

Commit ae202e3

Browse files
authored
Merge pull request #706 from ahoppen/ahoppen/6.0/change-swiftsyntax-dependency
[6.0] Depend on swift-syntax `release/6.0` instead of `main`
2 parents e4ce680 + d7421f8 commit ae202e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ var dependencies: [Package.Dependency] {
163163
return [
164164
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
165165
.package(url: "https://github.com/apple/swift-markdown.git", from: "0.2.0"),
166-
.package(url: "https://github.com/apple/swift-syntax.git", branch: "main"),
166+
.package(url: "https://github.com/apple/swift-syntax.git", branch: "release/6.0"),
167167
]
168168
}
169169
}

0 commit comments

Comments
 (0)