aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2025-03-13 09:00:51 +0100
committerChristian Clason <ch.clason+github@icloud.com>2025-03-13 09:23:55 +0100
commit543e40624ea58bceacbd0ae62a797a7d22b74ee3 (patch)
tree3a1463f3f662e100c0af4e1cfc6058ed5cbbbce6
parentd832518ec6b4604c27d8ce9c9587a4641f2337fe (diff)
downloadrneovim-543e40624ea58bceacbd0ae62a797a7d22b74ee3.tar.gz
rneovim-543e40624ea58bceacbd0ae62a797a7d22b74ee3.tar.bz2
rneovim-543e40624ea58bceacbd0ae62a797a7d22b74ee3.zip
ci(deps): bump lua-language-server to 3.13.9
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 79596a27e5..e2fbf76744 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -328,7 +328,7 @@ else()
set(LUALS_ARCH x64)
endif()
-set(LUALS_VERSION 3.13.8)
+set(LUALS_VERSION 3.13.9)
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})