We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 742a0cb commit 1fe5d1cCopy full SHA for 1fe5d1c
.gitmodules
@@ -1,4 +1,4 @@
1
[submodule "tree-sitter"]
2
url = https://github.com/tree-sitter/tree-sitter
3
path = core
4
- shallow = true
+ branch = release-0.24
core
pom.xml
@@ -7,7 +7,7 @@
7
<groupId>io.github.tree-sitter</groupId>
8
<artifactId>jtreesitter</artifactId>
9
<name>JTreeSitter</name>
10
- <version>0.23.2</version>
+ <version>0.24.0</version>
11
<description>Java bindings to the tree-sitter parsing library</description>
12
<url>https://tree-sitter.github.io/java-tree-sitter/</url>
13
<inceptionYear>2024</inceptionYear>
0 commit comments