Skip to content

Commit

Permalink
Change swift-syntax dependency to 601.0.0-prerelease-2024-09-25
Browse files Browse the repository at this point in the history
  • Loading branch information
swift-ci committed Oct 1, 2024
1 parent f7df163 commit ac59447
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 @@ -166,7 +166,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: "main"),
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "601.0.0-prerelease-2024-09-25"),
]
}
}
Expand Down

0 comments on commit ac59447

Please sign in to comment.