Skip to content

Commit 91f559f

Browse files
committed
Change swift-syntax dependency to 601.0.0-prerelease-2024-09-30
1 parent d143a8a commit 91f559f

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
@@ -178,7 +178,7 @@ var dependencies: [Package.Dependency] {
178178
return [
179179
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
180180
.package(url: "https://github.com/apple/swift-markdown.git", from: "0.2.0"),
181-
.package(url: "https://github.com/swiftlang/swift-syntax.git", branch: "main"),
181+
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "601.0.0-prerelease-2024-09-30"),
182182
]
183183
}
184184
}

0 commit comments

Comments
 (0)