Skip to content

Commit

Permalink
Update swift-syntax to tagged Swift 5.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kabiroberai committed Sep 23, 2021
1 parent ad37831 commit 6f8ed1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let swiftSyntaxVersion: Package.Dependency.Requirement = {
Please check https://github.com/theos/Orion for progress updates.
""")
#elseif swift(>=5.5)
return .branch("release/5.5-05142021")
return .exact("0.50500.0")
#elseif swift(>=5.4)
return .exact("0.50400.0")
#elseif swift(>=5.3)
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let swiftSyntaxVersion: Package.Dependency.Requirement = {
Please check https://github.com/theos/Orion for progress updates.
""")
#elseif swift(>=5.5)
return .branch("release/5.5-05142021")
return .exact("0.50500.0")
#elseif swift(>=5.4)
return .exact("0.50400.0")
#elseif swift(>=5.3)
Expand Down

0 comments on commit 6f8ed1a

Please sign in to comment.