chore(deps): bump llm-client and tree-sitter

This commit is contained in:
Carl-Robert Linnupuu 2024-05-08 16:38:00 +03:00
parent 143fea57fa
commit 2db8e3b2f0
2 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@ dependencies {
implementation("io.github.bonede:tree-sitter-graphql:master")
implementation("io.github.bonede:tree-sitter-html:0.20.2")
implementation("io.github.bonede:tree-sitter-javascript:0.20.1")
implementation("io.github.bonede:tree-sitter-json:0.20.1")
implementation("io.github.bonede:tree-sitter-json:0.21.0")
implementation("io.github.bonede:tree-sitter-kotlin:0.3.1")
implementation("io.github.bonede:tree-sitter-latex:0.3.0")
implementation("io.github.bonede:tree-sitter-lua:2.1.3")
@ -32,9 +32,9 @@ dependencies {
implementation("io.github.bonede:tree-sitter-svelte:0.11.0")
implementation("io.github.bonede:tree-sitter-swift:0.3.6")
implementation("io.github.bonede:tree-sitter-yaml:0.5.0")
implementation("io.github.bonede:tree-sitter-java:0.20.2")
implementation("io.github.bonede:tree-sitter-python:0.20.4")
implementation("io.github.bonede:tree-sitter-php:0.20.0")
implementation("io.github.bonede:tree-sitter-typescript:0.20.3")
implementation("io.github.bonede:tree-sitter-java:0.21.0")
implementation("io.github.bonede:tree-sitter-python:0.21.0")
implementation("io.github.bonede:tree-sitter-php:0.22.2")
implementation("io.github.bonede:tree-sitter-typescript:0.20.6")
implementation("io.github.bonede:tree-sitter-query:0.1.0")
}

View file

@ -12,7 +12,7 @@ jsoup = "1.17.2"
jtokkit = "1.0.0"
junit = "5.10.2"
kotlin = "1.9.23"
llm-client = "0.7.5"
llm-client = "0.8.0"
okio = "3.9.0"
tree-sitter = "0.22.5"