From 07ce9060e5128701b421fcae90ca47d257cbb560 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Thu, 22 Jan 2026 18:24:05 +0100 Subject: [PATCH] test(lint): bump luals to 3.17.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 15482e03b..9442df997 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NVIM_VERSION ?= nightly -LUALS_VERSION := 3.15.0 +LUALS_VERSION := 3.17.1 DEPDIR ?= .test-deps CURL ?= curl -sL --create-dirs