Skip to content

Commit b8ac94b

Browse files
chore(deps): update dependency apple/swift-syntax to v603
1 parent b5e4f91 commit b8ac94b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
platforms: [.macOS(.v15)],
99
dependencies: [
1010
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.6.2"),
11-
.package(url: "https://github.com/apple/swift-syntax.git", from: "601.0.1"),
11+
.package(url: "https://github.com/apple/swift-syntax.git", from: "603.0.1"),
1212
.package(url: "https://github.com/SwiftyJSON/SwiftyJSON.git", from: "5.0.2"),
1313
],
1414
targets: [

0 commit comments

Comments
 (0)