Skip to content

Commit

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

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 1fad339 commit 9bdfab4
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": "d97db6d63507eb62c536bcb2c4ac7d70c8ec665e",
"version": "0.23.2"
}
}
]
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.23.2"))
],
targets: [
.target(name: "Runestone", dependencies: [
Expand Down

0 comments on commit 9bdfab4

Please sign in to comment.