Skip to content

Commit

Permalink
Update dependency apple/swift-syntax to v600
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 18, 2024
1 parent b237a9d commit 9cf3e19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Resources/parsers/50800/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
.macOS(.v13)
],
dependencies: [
.package(url: "https://github.com/apple/swift-syntax", from: "508.0.1"),
.package(url: "https://github.com/apple/swift-syntax", from: "600.0.0"),
],
targets: [
.executableTarget(
Expand Down
2 changes: 1 addition & 1 deletion Resources/parsers/50900/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
.macOS(.v13)
],
dependencies: [
.package(url: "https://github.com/apple/swift-syntax", from: "509.1.1"),
.package(url: "https://github.com/apple/swift-syntax", from: "600.0.0"),
],
targets: [
.executableTarget(
Expand Down
2 changes: 1 addition & 1 deletion Resources/parsers/51000/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
.macOS(.v13)
],
dependencies: [
.package(url: "https://github.com/apple/swift-syntax", from: "510.0.3"),
.package(url: "https://github.com/apple/swift-syntax", from: "600.0.0"),
],
targets: [
.executableTarget(
Expand Down

0 comments on commit 9cf3e19

Please sign in to comment.