Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bonede committed May 1, 2024
1 parent 935d37b commit 3b3b76f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Add dependencies to your `build.gradle` or `pom.xml`.
// Gradle
dependencies {
// add tree sitter
implementation 'io.github.bonede:tree-sitter:0.22.5'
implementation 'io.github.bonede:tree-sitter:0.22.5a'
// add json parser
implementation 'io.github.bonede:tree-sitter-json:0.20.1'
}
Expand All @@ -24,7 +24,7 @@ dependencies {
<dependency>
<groupId>io.github.bonede</groupId>
<artifactId>tree-sitter</artifactId>
<version>0.22.5</version>
<version>0.22.5a</version>
</dependency>
<!-- add json parser -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tree-sitter/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
treesitterVersion=0.22.5
treesitterVersion=0.22.5a

0 comments on commit 3b3b76f

Please sign in to comment.