diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1376b9..ec4f5e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,6 +75,8 @@ jobs: - name: Set up tree-sitter uses: tree-sitter/setup-action/cli@v1 + with: + tree-sitter-ref: v0.24.7 - name: Generate parser from scratch and test it shell: bash diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index e0ed97c..83e7be6 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -19,6 +19,8 @@ jobs: - name: Set up tree-sitter uses: tree-sitter/setup-action/cli@v1 + with: + tree-sitter-ref: v0.24.7 - name: Generate parser from scratch shell: bash diff --git a/Cargo.toml b/Cargo.toml index 09f0ac7..850396d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-scala" description = "Scala grammar for tree-sitter" -version = "0.23.4" +version = "0.24.0" authors = ["Max Brunsfeld "] license = "MIT" readme = "README.md" diff --git a/package.json b/package.json index d507b91..f360436 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-scala", - "version": "0.23.4", + "version": "0.24.0", "description": "Scala grammar for tree-sitter", "repository": "https://github.com/tree-sitter/tree-sitter-scala", "license": "MIT", diff --git a/pyproject.toml b/pyproject.toml index b902d76..d80be13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "tree-sitter-scala" description = "Scala grammar for tree-sitter" -version = "0.23.4" +version = "0.24.0" keywords = ["incremental", "parsing", "tree-sitter", "scala"] classifiers = [ "Intended Audience :: Developers",