Skip to content

Commit

Permalink
Merge pull request #2 from num42/release/v1.0.1
Browse files Browse the repository at this point in the history
update swift-syntax to 510.0.1
  • Loading branch information
Lutzifer authored Apr 3, 2024
2 parents f88d621 + 1f58e83 commit a8aa8db
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 @@ -15,7 +15,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0")
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.1")
],
targets: [
.target(
Expand Down

0 comments on commit a8aa8db

Please sign in to comment.