Skip to content

Commit 2a1e578

Browse files
committed
reverted SwiftTreeSitter dep back to exact version
1 parent 516032b commit 2a1e578

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
dependencies: [
1515
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
1616
.package(url: "https://github.com/krzyzanowskim/STTextView", exact: "0.0.20"),
17-
.package(url: "https://github.com/ChimeHQ/SwiftTreeSitter", branch: "main"),
17+
.package(url: "https://github.com/ChimeHQ/SwiftTreeSitter", branch: "0.6.1"),
1818
.package(url: "https://github.com/lukepistrol/tree-sitter-bash.git", branch: "feature/spm"),
1919
.package(url: "https://github.com/tree-sitter/tree-sitter-c.git", branch: "master"),
2020
.package(url: "https://github.com/tree-sitter/tree-sitter-cpp.git", branch: "master"),

0 commit comments

Comments
 (0)