@@ -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 " ) ,
@@ -32,7 +30,7 @@ let package = Package(
3230 . package ( url: " https://github.com/lukepistrol/tree-sitter-python.git " , branch: " feature/spm " ) ,
3331 . package ( url: " https://github.com/mattmassicotte/tree-sitter-ruby.git " , branch: " feature/swift " ) ,
3432 . package ( url: " https://github.com/tree-sitter/tree-sitter-rust.git " , branch: " master " ) ,
35- . package ( url: " https://github.com/mattmassicotte /tree-sitter-swift.git " , branch: " feature/spm " ) ,
33+ . package ( url: " https://github.com/alex-pinkus /tree-sitter-swift " , branch: " with-generated-files " ) ,
3634 . package ( url: " https://github.com/mattmassicotte/tree-sitter-yaml.git " , branch: " feature/spm " ) ,
3735 ] ,
3836 targets: [
0 commit comments