Skip to content

Commit

Permalink
Merge pull request #706 from ahoppen/ahoppen/6.0/change-swiftsyntax-d…
Browse files Browse the repository at this point in the history
…ependency

[6.0] Depend on swift-syntax `release/6.0` instead of `main`
  • Loading branch information
ahoppen authored Mar 20, 2024
2 parents e4ce680 + d7421f8 commit ae202e3
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 ae202e3

Please sign in to comment.