Skip to content

Commit 878b78b

Browse files
committed
Change swift-syntax dependency to 600.0.0
1 parent 58f07e3 commit 878b78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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/swiftlang/swift-syntax.git", branch: "release/6.0"),
166+
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "600.0.0"),
167167
]
168168
}
169169
}

0 commit comments

Comments
 (0)