From 097297a8c0b7f150dcb19e54754e371e65209131 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Mon, 17 Jun 2024 13:30:22 +0200 Subject: [PATCH] Update tool versions --- .vscode/settings.json | 2 +- aftman.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b106cdc..38ac34f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,6 +4,6 @@ "luau-lsp.ignoreGlobs": ["temp/**"], "luau-lsp.require.mode": "relativeToFile", "luau-lsp.require.directoryAliases": { - "@lune/": "~/.lune/.typedefs/0.7.4/" + "@lune/": "~/.lune/.typedefs/0.8.5/" } } diff --git a/aftman.toml b/aftman.toml index 186c9ed..c174908 100644 --- a/aftman.toml +++ b/aftman.toml @@ -1,5 +1,5 @@ [tools] just = "readysetplay/just@1.8.0" -luau-lsp = "JohnnyMorganz/luau-lsp@1.27.0" -lune = "lune-org/lune@0.8.0" -stylua = "JohnnyMorganz/StyLua@0.19.1" +luau-lsp = "JohnnyMorganz/luau-lsp@1.29.1" +lune = "lune-org/lune@0.8.5" +stylua = "JohnnyMorganz/StyLua@0.20.0"