diff --git a/.vscode/settings.json b/.vscode/settings.json index 06f281e..1a4b45e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,6 +6,6 @@ ], "luau-lsp.require.mode": "relativeToFile", "luau-lsp.require.directoryAliases": { - "@lune/": "~/.lune/.typedefs/0.8.4/" + "@lune/": "~/.lune/.typedefs/0.8.5/" } } \ No newline at end of file diff --git a/aftman.toml b/aftman.toml index 28fcbb1..cad3c39 100644 --- a/aftman.toml +++ b/aftman.toml @@ -1,5 +1,5 @@ [tools] just = "readysetplay/just@1.8.0" luau-lsp = "JohnnyMorganz/luau-lsp@1.29.0" -lune = "lune-org/lune@0.8.4" +lune = "lune-org/lune@0.8.5" stylua = "JohnnyMorganz/StyLua@0.20.0"