From df5c4b3da80a2f74adea43b3905f952f429f474c Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Tue, 16 Apr 2024 16:02:24 +0530 Subject: [PATCH] chore(tooling): bump lune to v0.8.3 --- aftman.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aftman.toml b/aftman.toml index 87556e1..cf86d0a 100644 --- a/aftman.toml +++ b/aftman.toml @@ -3,6 +3,6 @@ # To add a new tool, add an entry to this table. [tools] -lune = "lune-org/lune@0.8.0" +lune = "lune-org/lune@0.8.3" darklua = "seaofvoices/darklua@0.12.1" rojo = "rojo-rbx/rojo@7.3.0"