fix(mise): set corret luaJIT plugin #47

Merged
joao.dubas merged 1 commits from jpd-fix-luajit into main 2024-05-09 00:14:10 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 802814194e - Show all commits

View File

@ -205,7 +205,7 @@ RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \
kubie \
lefthook \
lua \
luajit \
luaJIT \
poetry \
ripgrep \
rust \

View File

@ -18,7 +18,7 @@ kubectl = "1.29.3"
kubie = "0.23.0"
lefthook = "1.6.7"
lua = "5.4.6"
luajit = "2.0.5--2.4.4"
luaJIT = "2.0.5--2.4.4"
node = "21.7.1"
poetry = "1.8.2"
python = "3.12.2"