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"