Skip to content

Commit 7be1032

Browse files
committed
update dependencies to latest version
1 parent a063bb9 commit 7be1032

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Package.resolved

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

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ let package = Package(
1313
],
1414
dependencies: [
1515
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
16-
.package(url: "https://github.com/krzyzanowskim/STTextView", exact: "0.0.20"),
17-
.package(url: "https://github.com/ChimeHQ/SwiftTreeSitter", branch: "0.6.1"),
16+
.package(url: "https://github.com/krzyzanowskim/STTextView", exact: "0.1.0"),
17+
.package(url: "https://github.com/ChimeHQ/SwiftTreeSitter", exact: "0.7.0"),
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)