Skip to content

Commit

Permalink
Update to Swift syntax 5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Kryštof Matěj committed Mar 26, 2024
1 parent ed9f546 commit c3ce616
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", from: "509.0.0"),
.package(url: "https://github.com/apple/swift-syntax", from: "510.0.1"),
],
targets: [
.target(
Expand Down

0 comments on commit c3ce616

Please sign in to comment.