Skip to content

Commit

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

0 comments on commit 4b012c8

Please sign in to comment.