Skip to content

Commit 39d90cd

Browse files
committed
Change swift-syntax dependency to 601.0.0-prerelease-2025-02-25
1 parent 72fc65f commit 39d90cd

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
@@ -198,7 +198,7 @@ var dependencies: [Package.Dependency] {
198198
return [
199199
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
200200
.package(url: "https://github.com/apple/swift-markdown.git", from: "0.2.0"),
201-
.package(url: "https://github.com/swiftlang/swift-syntax.git", branch: "release/6.1"),
201+
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "601.0.0-prerelease-2025-02-25"),
202202
]
203203
}
204204
}

0 commit comments

Comments
 (0)