Skip to content

Commit 31934fb

Browse files
chore(deps): update dependency apple/swift-syntax to from: "510.0.3" (#16)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7f98bdb commit 31934fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
],
2121
dependencies: [
2222
// Depend on the Swift 5.9 release of SwiftSyntax
23-
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.2"),
23+
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.3"),
2424
.package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.5.1"),
2525
.package(url: "https://github.com/vadymmarkov/Fakery", from: "5.1.0")
2626
],

0 commit comments

Comments
 (0)