From 45875be7b9e8314a7ef3e4aefc314fd0acf7c28c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 16:27:33 +0000 Subject: [PATCH] luau-lsp: Update to version 1.30.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 637d94ea6f..725e0c5322 100644 --- a/bucket/luau-lsp.json +++ b/bucket/luau-lsp.json @@ -1,12 +1,12 @@ { - "version": "1.29.1", + "version": "1.30.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.29.1/luau-lsp-win64.zip", - "hash": "bf2655a9e60da68e9cb09993bdf1ffac9f118089eb3940b86f546f08c16971cf" + "url": "https://github.com/JohnnyMorganz/luau-lsp/releases/download/1.30.0/luau-lsp-win64.zip", + "hash": "d4f87c8b9cfa8eba2f6f44f2a2f52530cc106067bb05dd450c8212ae59233442" } }, "bin": "luau-lsp.exe",