From 77ba555ceffaedd61ee1034e417368da24b9e540 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Wed, 25 Jun 2025 11:55:16 +0200 Subject: [PATCH] ci: bump luals to 3.15.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 54fb96ed4..15482e03b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NVIM_VERSION ?= nightly -LUALS_VERSION := 3.14.0 +LUALS_VERSION := 3.15.0 DEPDIR ?= .test-deps CURL ?= curl -sL --create-dirs