Skip to content

Commit

Permalink
Updated swift-syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
luppoalberto committed Jan 28, 2025
1 parent b2a89b8 commit 125de7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/swiftlang/swift-syntax.git",
"state" : {
"revision" : "303e5c5c36d6a558407d364878df131c3546fad8",
"version" : "510.0.2"
"revision" : "0687f71944021d616d34d922343dcef086855920",
"version" : "600.0.1"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "510.0.2")
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "600.0.0")
],
targets: [
.macro(
Expand Down

0 comments on commit 125de7c

Please sign in to comment.