Skip to content

Commit

Permalink
Update swift syntax to public release (#54) (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: Kryštof Matěj <[email protected]>
  • Loading branch information
raptorxcz and Kryštof Matěj authored Sep 25, 2023
1 parent f221d9d commit e6b72a7
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 @@ -14,7 +14,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/apple/swift-syntax", revision: "335d3417646a6e146fc0abcfc03104c63c46c52a"),
.package(url: "https://github.com/apple/swift-syntax", from: "509.0.0"),
],
targets: [
.target(
Expand Down

0 comments on commit e6b72a7

Please sign in to comment.