Skip to content

Commit 4941073

Browse files
committed
tree-sitter 0.22.6
1 parent b76db43 commit 4941073

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-scala"
33
description = "scala grammar for the tree-sitter parsing library"
4-
version = "0.21.0"
4+
version = "0.22.0"
55
keywords = ["incremental", "parsing", "scala"]
66
categories = ["parsing", "text-editors"]
77
repository = "https://github.com/tree-sitter/tree-sitter-scala"
@@ -20,7 +20,7 @@ include = [
2020
path = "bindings/rust/lib.rs"
2121

2222
[dependencies]
23-
tree-sitter = "0.21.0"
23+
tree-sitter = "0.22.6"
2424

2525
[build-dependencies]
2626
cc = "1.0"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"node-gyp-build": "^4.8.0"
2424
},
2525
"peerDependencies": {
26-
"tree-sitter": "0.21.0"
26+
"tree-sitter": "^0.21.0"
2727
},
2828
"peerDependenciesMeta": {
2929
"tree_sitter": {
3030
"optional": true
3131
}
3232
},
3333
"devDependencies": {
34-
"tree-sitter-cli": "0.21.0",
34+
"tree-sitter-cli": "0.22.6",
3535
"prettier": "3.0.0-alpha.6",
3636
"prebuildify": "^6.0.0"
3737
},
@@ -53,4 +53,4 @@
5353
"locals": "queries/scala/locals.scm"
5454
}
5555
]
56-
}
56+
}

0 commit comments

Comments
 (0)