Skip to content

Commit b0704c9

Browse files
committed
update to latest STTextView
1 parent f29a26e commit b0704c9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Package.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ 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", branch: "main"),
17-
.package(url: "https://github.com/krzyzanowskim/STTextView",
18-
revision: "c4f3d18da9e9c3660cf4d6660c34fa887dd1b852"),
16+
.package(url: "https://github.com/krzyzanowskim/STTextView", branch: "main"),
1917
.package(url: "https://github.com/ChimeHQ/SwiftTreeSitter", from: "0.6.0"),
2018
.package(url: "https://github.com/lukepistrol/tree-sitter-bash.git", branch: "feature/spm"),
2119
.package(url: "https://github.com/tree-sitter/tree-sitter-c.git", branch: "master"),

0 commit comments

Comments
 (0)