From 294f1bde73b160229e515de96172e3636b79eebb Mon Sep 17 00:00:00 2001 From: James Onnen Date: Mon, 13 Jul 2026 11:33:04 -0700 Subject: [PATCH] feat: Upgrade lune to latest version --- aftman.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aftman.toml b/aftman.toml index 641f58e320..a0b4f5a92f 100644 --- a/aftman.toml +++ b/aftman.toml @@ -4,7 +4,7 @@ # To add a new tool, add an entry to this table. [tools] luau-lsp = "Quenty/luau-lsp@1.58.0-quenty.1" -lune = "lune-org/lune@0.10.4" +lune = "lune-org/lune@0.10.5" mantle = "blake-mealey/mantle@0.10.7" moonwave-extractor = "UpliftGames/moonwave@1.3.0" rojo = "quenty/rojo@7.7.0-rc.1-quenty.4"