diff options
author | Christian Clason <ch.clason+github@icloud.com> | 2025-03-11 11:09:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-11 11:09:38 +0100 |
commit | b750dee0a51917b236bdfe6fe6297fe5854f73a5 (patch) | |
tree | a887487f95f9d28cae1dd4ab893b3888540dfabd | |
parent | 7e2b75760f1723c44bf69951dad2cb8da92aa213 (diff) | |
parent | 8f056f63e3a11cd486ce2f179dc0d5f7debf410f (diff) | |
download | rneovim-b750dee0a51917b236bdfe6fe6297fe5854f73a5.tar.gz rneovim-b750dee0a51917b236bdfe6fe6297fe5854f73a5.tar.bz2 rneovim-b750dee0a51917b236bdfe6fe6297fe5854f73a5.zip |
Merge pull request #32836 from clason/bump/luals
ci(deps): bump lua-language-server to 3.13.7
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index dd8b2bf856..a1ce8ee881 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -328,7 +328,7 @@ else() set(LUALS_ARCH x64) endif() -set(LUALS_VERSION 3.13.6) +set(LUALS_VERSION 3.13.7) 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}) |