From 7d914562a2c58ca955ecbfe9f123c66670fb85b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 04:25:16 +0000 Subject: [PATCH] luau-lsp: Update to version 1.24.1 --- bucket/luau-lsp.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/luau-lsp.json b/bucket/luau-lsp.json index 3a13dcf64e..76a9a7f6d3 100644 --- a/bucket/luau-lsp.json +++ b/bucket/luau-lsp.json @@ -1,12 +1,12 @@ { - "version": "1.24.0", + "version": "1.24.1", "description": "Language Server Implementation for Luau", "homepage": "https://github.com/JohnnyMorganz/luau-lsp", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/JohnnyMorganz/luau-lsp/releases/download/1.24.0/luau-lsp-win64.zip", - "hash": "2190e7b4427180201cb7130170140c0cdae2897212b48c86f230fcf160a88316" + "url": "https://github.com/JohnnyMorganz/luau-lsp/releases/download/1.24.1/luau-lsp-win64.zip", + "hash": "962141df3fdabed23ac8d33afc03167d4e07e4674a4feb633a0490be7f4dcb84" } }, "bin": "luau-lsp.exe",