Skip to content

Commit

Permalink
Updated to latest SwiftTreeSitter
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Jan 13, 2024
1 parent 405d202 commit 9a66a33
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 @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/ChimeHQ/SwiftTreeSitter",
"state" : {
"revision" : "a9b1335d5151b62b11f07599bd07d07dc5965de3",
"version" : "0.7.2"
"revision" : "2599e95310b3159641469d8a21baf2d3d200e61f",
"version" : "0.8.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
.library(name: "Neon", targets: ["Neon"]),
],
dependencies: [
.package(url: "https://github.com/ChimeHQ/SwiftTreeSitter", from: "0.7.1"),
.package(url: "https://github.com/ChimeHQ/SwiftTreeSitter", from: "0.8.0"),
.package(url: "https://github.com/ChimeHQ/Rearrange", from: "1.6.0"),
],
targets: [
Expand Down

0 comments on commit 9a66a33

Please sign in to comment.