ci(deps): bump lua-language-server to 3.14.0

This commit is contained in:
Christian Clason
2025-04-07 16:58:38 +02:00
committed by Christian Clason
parent ca16b54c86
commit 2c960e8f04

View File

@ -334,7 +334,7 @@ else()
set(LUALS_ARCH x64)
endif()
set(LUALS_VERSION 3.13.9)
set(LUALS_VERSION 3.14.0)
set(LUALS "lua-language-server-${LUALS_VERSION}-${CMAKE_SYSTEM_NAME}-${LUALS_ARCH}")
set(LUALS_TARBALL ${LUALS}.tar.gz)
set(LUALS_URL https://github.com/LuaLS/lua-language-server/releases/download/${LUALS_VERSION}/${LUALS_TARBALL})