Skip to content

Commit

Permalink
Use correct version of tree-sitter-ng
Browse files Browse the repository at this point in the history
This should be the same as in tree-sitter-ng-dbspec.
  • Loading branch information
ivar-rummelhoff committed Aug 21, 2024
1 parent d2f2f14 commit 9aa1fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ tasks.register("extract_siardcmd-2.2.1-etc", Copy) {
compileJava.dependsOn("extract_siardcmd-2.2.1-etc")

dependencies {
implementation("io.github.bonede:tree-sitter:0.22.5a")
implementation("io.github.bonede:tree-sitter:0.22.6.1")
implementation("no.nr:tree-sitter-ng-dbspec:1.0")

implementation("commons-cli:commons-cli:1.7.0")
Expand Down

0 comments on commit 9aa1fc3

Please sign in to comment.