File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tree-sitter-scala"
3
3
description = " scala grammar for the tree-sitter parsing library"
4
- version = " 0.21 .0"
4
+ version = " 0.22 .0"
5
5
keywords = [" incremental" , " parsing" , " scala" ]
6
6
categories = [" parsing" , " text-editors" ]
7
7
repository = " https://github.com/tree-sitter/tree-sitter-scala"
@@ -20,7 +20,7 @@ include = [
20
20
path = " bindings/rust/lib.rs"
21
21
22
22
[dependencies ]
23
- tree-sitter = " 0.21.0 "
23
+ tree-sitter = " 0.22.6 "
24
24
25
25
[build-dependencies ]
26
26
cc = " 1.0"
Original file line number Diff line number Diff line change 23
23
"node-gyp-build" : " ^4.8.0"
24
24
},
25
25
"peerDependencies" : {
26
- "tree-sitter" : " 0.21.0"
26
+ "tree-sitter" : " ^ 0.21.0"
27
27
},
28
28
"peerDependenciesMeta" : {
29
29
"tree_sitter" : {
30
30
"optional" : true
31
31
}
32
32
},
33
33
"devDependencies" : {
34
- "tree-sitter-cli" : " 0.21.0 " ,
34
+ "tree-sitter-cli" : " 0.22.6 " ,
35
35
"prettier" : " 3.0.0-alpha.6" ,
36
36
"prebuildify" : " ^6.0.0"
37
37
},
53
53
"locals" : " queries/scala/locals.scm"
54
54
}
55
55
]
56
- }
56
+ }
You can’t perform that action at this time.
0 commit comments