Skip to content

Commit

Permalink
Depend on swift-syntax release/6.0 instead of main
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoppen committed Mar 19, 2024
1 parent e4ce680 commit d7421f8
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 @@ -163,7 +163,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/apple/swift-syntax.git", branch: "main"),
.package(url: "https://github.com/apple/swift-syntax.git", branch: "release/6.0"),
]
}
}
Expand Down

0 comments on commit d7421f8

Please sign in to comment.