Skip to content

Commit

Permalink
Need to depend on SwiftTreeSitter 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed May 25, 2022
1 parent a14f0cd commit a3cb071
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 @@ -8,7 +8,7 @@ let package = Package(
.library(name: "Neon", targets: ["Neon"]),
],
dependencies: [
.package(url: "https://github.com/ChimeHQ/SwiftTreeSitter", from: "0.6.0"),
.package(url: "https://github.com/ChimeHQ/SwiftTreeSitter", from: "0.6.1"),
.package(url: "https://github.com/ChimeHQ/Rearrange", from: "1.5.1"),
],
targets: [
Expand Down

0 comments on commit a3cb071

Please sign in to comment.