Skip to content

Commit

Permalink
Use latest SwiftTreeSitter
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Sep 11, 2024
1 parent 6280035 commit 8d01feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
.library(name: "Neon", targets: ["Neon"]),
],
dependencies: [
.package(url: "https:/ChimeHQ/SwiftTreeSitter", revision: "b01904a3737649c1d8520106bbb285724fe5b0bb"),
.package(url: "https:/ChimeHQ/SwiftTreeSitter", revision: "d0938d3607abcc5669bdf1d7d3b0485a8740fc65"),
.package(url: "https:/ChimeHQ/Rearrange", from: "1.8.1"),
],
targets: [
Expand Down

0 comments on commit 8d01feb

Please sign in to comment.