Skip to content

Commit

Permalink
Bump github.com/tree-sitter/tree-sitter from 0.20.9 to 0.22.5
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.5.
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](tree-sitter/tree-sitter@v0.20.9...v0.22.5)

---
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] authored Apr 15, 2024
1 parent 36d91bf commit 5c4858e
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": "cdd46888603e06d6474a96c0024907f68242c45f",
"version": "0.22.5"
}
}
]
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.5"))
],
targets: [
.target(name: "Runestone", dependencies: [
Expand Down

0 comments on commit 5c4858e

Please sign in to comment.