From 7d224ee9c5d03bc3fd0d6cc432431c2036eb6427 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Tue, 16 Apr 2024 16:03:15 +0530 Subject: [PATCH] chore(tooling): bump darklua to v0.13.0 --- aftman.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aftman.toml b/aftman.toml index cf86d0a..c1ee190 100644 --- a/aftman.toml +++ b/aftman.toml @@ -4,5 +4,5 @@ # To add a new tool, add an entry to this table. [tools] lune = "lune-org/lune@0.8.3" -darklua = "seaofvoices/darklua@0.12.1" +darklua = "seaofvoices/darklua@0.13.0" rojo = "rojo-rbx/rojo@7.3.0"