Skip to content

Commit

Permalink
fix: update kotlin tree-sitter parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfaller committed Dec 2, 2024
1 parent fa6d471 commit b3373e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen.treesitter-ng/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
implementation("io.github.bonede:tree-sitter-c-sharp:0.20.0a")
implementation("io.github.bonede:tree-sitter-go:0.21.0a")
implementation("io.github.bonede:tree-sitter-javascript:0.21.2")
implementation("io.github.bonede:tree-sitter-kotlin:0.3.8")
implementation("io.github.bonede:tree-sitter-kotlin:0.3.8.1")
implementation("io.github.bonede:tree-sitter-java:0.21.0a")
implementation("io.github.bonede:tree-sitter-ocaml:0.22.0a")
implementation("io.github.bonede:tree-sitter-php:0.22.4")
Expand Down

0 comments on commit b3373e1

Please sign in to comment.