Skip to content

Commit

Permalink
chore(deps): update dependency apple/swift-syntax to from: "510.0.3" (#…
Browse files Browse the repository at this point in the history
…16)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 2, 2024
1 parent 7f98bdb commit 31934fb
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 @@ -20,7 +20,7 @@ let package = Package(
],
dependencies: [
// Depend on the Swift 5.9 release of SwiftSyntax
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.2"),
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.3"),
.package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.5.1"),
.package(url: "https://github.com/vadymmarkov/Fakery", from: "5.1.0")
],
Expand Down

0 comments on commit 31934fb

Please sign in to comment.