Skip to content

Commit fcf108f

Browse files
Update dependency apple/swift-syntax to v602
1 parent 3118c30 commit fcf108f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Resources/parsers/50800/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
.macOS(.v13)
88
],
99
dependencies: [
10-
.package(url: "https://github.com/apple/swift-syntax", from: "508.0.1"),
10+
.package(url: "https://github.com/apple/swift-syntax", from: "602.0.0"),
1111
],
1212
targets: [
1313
.executableTarget(

Resources/parsers/50900/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
.macOS(.v13)
88
],
99
dependencies: [
10-
.package(url: "https://github.com/apple/swift-syntax", from: "509.1.1"),
10+
.package(url: "https://github.com/apple/swift-syntax", from: "602.0.0"),
1111
],
1212
targets: [
1313
.executableTarget(

Resources/parsers/51000/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
.macOS(.v13)
88
],
99
dependencies: [
10-
.package(url: "https://github.com/apple/swift-syntax", from: "510.0.3"),
10+
.package(url: "https://github.com/apple/swift-syntax", from: "602.0.0"),
1111
],
1212
targets: [
1313
.executableTarget(

Resources/parsers/60000/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
.macOS(.v13)
88
],
99
dependencies: [
10-
.package(url: "https://github.com/apple/swift-syntax", from: "600.0.1"),
10+
.package(url: "https://github.com/apple/swift-syntax", from: "602.0.0"),
1111
],
1212
targets: [
1313
.executableTarget(

Resources/parsers/60100/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
.macOS(.v13)
88
],
99
dependencies: [
10-
.package(url: "https://github.com/apple/swift-syntax", from: "601.0.1"),
10+
.package(url: "https://github.com/apple/swift-syntax", from: "602.0.0"),
1111
],
1212
targets: [
1313
.executableTarget(

0 commit comments

Comments
 (0)