Skip to content

Commit 1fe5d1c

Browse files
build: track release branch for core
1 parent 742a0cb commit 1fe5d1c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "tree-sitter"]
22
url = https://github.com/tree-sitter/tree-sitter
33
path = core
4-
shallow = true
4+
branch = release-0.24

core

Submodule core updated 158 files

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>io.github.tree-sitter</groupId>
88
<artifactId>jtreesitter</artifactId>
99
<name>JTreeSitter</name>
10-
<version>0.23.2</version>
10+
<version>0.24.0</version>
1111
<description>Java bindings to the tree-sitter parsing library</description>
1212
<url>https://tree-sitter.github.io/java-tree-sitter/</url>
1313
<inceptionYear>2024</inceptionYear>

0 commit comments

Comments
 (0)