Skip to content

Commit 34cae01

Browse files
committed
Change swift-syntax dependency to 603.0.0-prerelease-2025-08-11
1 parent df8de68 commit 34cae01

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
@@ -202,7 +202,7 @@ var dependencies: [Package.Dependency] {
202202
return [
203203
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
204204
.package(url: "https://github.com/swiftlang/swift-markdown.git", from: "0.2.0"),
205-
.package(url: "https://github.com/swiftlang/swift-syntax.git", branch: "main"),
205+
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "603.0.0-prerelease-2025-08-11"),
206206
]
207207
}
208208
}

0 commit comments

Comments
 (0)