Skip to content

Commit ee12052

Browse files
chore(deps): update dependency apple/swift-syntax to v600 (#18)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9caa372 commit ee12052

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.3"),
23+
.package(url: "https://github.com/apple/swift-syntax.git", from: "600.0.0"),
2424
.package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.5.2"),
2525
.package(url: "https://github.com/vadymmarkov/Fakery", from: "5.1.0")
2626
],

0 commit comments

Comments
 (0)