Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol committed Jun 25, 2024
1 parent dd09ca5 commit 0009ac5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ nodejs 16.7.0
shellcheck 0.7.1
yarn 1.22.17
rust 1.71.0
python 3.11.9
1 change: 1 addition & 0 deletions Dockerfile.bindings
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN asdf plugin add nodejs && \
asdf plugin add golang && \
asdf plugin add shellcheck && \
asdf plugin add yarn && \
asdf plugin add python && \
asdf plugin add rust

RUN asdf install
Expand Down
2 changes: 1 addition & 1 deletion cmd/scip/tests/reprolang/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"nan": "^2.15.0"
},
"devDependencies": {
"tree-sitter-cli": "^0.20.4"
"tree-sitter-cli": "^0.20.8"
}
}

0 comments on commit 0009ac5

Please sign in to comment.