diff --git a/pyproject.toml b/pyproject.toml index c5b5eb6..22502a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ tree-sitter-rust = {version = "^0.23.0", optional = true} tree-sitter-c = {version = "^0.23.0", optional = true} tree-sitter-cpp = {version = "^0.23.0", optional = true} tree-sitter-kotlin = {version = "^0.23.0", optional = true} -tree-sitter-scala = {version = "^0.23.0", optional = true} +tree-sitter-scala = {version = ">=0.23,<0.27", optional = true} tree-sitter-php = {version = "^0.23.0", optional = true} tree-sitter-ruby = {version = "^0.23.0", optional = true} tree-sitter-swift = {version = "^0.23.0", optional = true}