From 07c327875526fea9c32e91a47bd8d5ee89d2f47a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 20:23:15 +0000 Subject: [PATCH] luau-lsp: Update to version 1.25.0 --- 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 76a9a7f6d3..c36ca0618c 100644 --- a/bucket/luau-lsp.json +++ b/bucket/luau-lsp.json @@ -1,12 +1,12 @@ { - "version": "1.24.1", + "version": "1.25.0", "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.1/luau-lsp-win64.zip", - "hash": "962141df3fdabed23ac8d33afc03167d4e07e4674a4feb633a0490be7f4dcb84" + "url": "https://github.com/JohnnyMorganz/luau-lsp/releases/download/1.25.0/luau-lsp-win64.zip", + "hash": "ef472d41972e460effa21af17b3507c5cff3590d439c462c26a00a543d836cb8" } }, "bin": "luau-lsp.exe",