Skip to content

Commit

Permalink
Change swift-syntax dependency to 601.0.0-prerelease-2024-12-12
Browse files Browse the repository at this point in the history
  • Loading branch information
swift-ci committed Dec 12, 2024
1 parent f410c3c commit 3196aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ var dependencies: [Package.Dependency] {
return [
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
.package(url: "https://github.com/apple/swift-markdown.git", from: "0.2.0"),
.package(url: "https://github.com/swiftlang/swift-syntax.git", branch: "release/6.1"),
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "601.0.0-prerelease-2024-12-12"),
]
}
}
Expand Down

0 comments on commit 3196aed

Please sign in to comment.