Skip to content

Commit

Permalink
Merge pull request #3 from luppoalberto111/main
Browse files Browse the repository at this point in the history
Updated swift-syntax to 600.0.0
  • Loading branch information
bernndr authored Jan 28, 2025
2 parents b2a89b8 + 125de7c commit 8c82ef2
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 8c82ef2

Please sign in to comment.