Skip to content

Commit a91855b

Browse files
chore(deps): update dependency apple/swift-syntax to v601
1 parent e2353f8 commit a91855b

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: "600.0.1"),
23+
.package(url: "https://github.com/apple/swift-syntax.git", from: "601.0.0"),
2424
.package(url: "https://github.com/vadymmarkov/Fakery", from: "5.1.0")
2525
],
2626
targets: [

0 commit comments

Comments
 (0)