aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2025-04-07 16:58:38 +0200
committerChristian Clason <ch.clason+github@icloud.com>2025-04-07 17:30:08 +0200
commit2c960e8f047cf78b34e581990846fce08b62e586 (patch)
tree824eac12f6ac2433336f46f01c577ed088f797c4
parentca16b54c866bca6d10fc4f60874e6469bd0751cd (diff)
downloadrneovim-2c960e8f047cf78b34e581990846fce08b62e586.tar.gz
rneovim-2c960e8f047cf78b34e581990846fce08b62e586.tar.bz2
rneovim-2c960e8f047cf78b34e581990846fce08b62e586.zip
ci(deps): bump lua-language-server to 3.14.0
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ad696018de..2b2d792947 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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})