Skip to content

Commit

Permalink
Bump github.com/tree-sitter/tree-sitter from 0.20.9 to 0.22.1
Browse files Browse the repository at this point in the history
Bumps [github.com/tree-sitter/tree-sitter](https://github.com/tree-sitter/tree-sitter) from 0.20.9 to 0.22.1.
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](tree-sitter/tree-sitter@v0.20.9...v0.22.1)

---
updated-dependencies:
- dependency-name: github.com/tree-sitter/tree-sitter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 11, 2024
1 parent 5540387 commit efee271
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/tree-sitter/tree-sitter",
"state": {
"branch": null,
"revision": "98be227227af10cc7a269cb3ffb23686c0610b17",
"version": "0.20.9"
"revision": "1c38d34deac5ae7ea797a559f596fb4ec9008eb4",
"version": "0.22.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
.library(name: "Runestone", targets: ["Runestone"])
],
dependencies: [
.package(url: "https://github.com/tree-sitter/tree-sitter", .upToNextMinor(from: "0.20.9"))
.package(url: "https://github.com/tree-sitter/tree-sitter", .upToNextMinor(from: "0.22.1"))
],
targets: [
.target(name: "Runestone", dependencies: [
Expand Down

0 comments on commit efee271

Please sign in to comment.