From 8bea0b98f69eb263e2ef707157e478851dfe1300 Mon Sep 17 00:00:00 2001 From: "eryn L. K" Date: Fri, 24 Feb 2023 20:59:46 -0500 Subject: [PATCH] Switch to aftman --- aftman.toml | 3 +++ foreman.toml | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 aftman.toml delete mode 100644 foreman.toml diff --git a/aftman.toml b/aftman.toml new file mode 100644 index 0000000..50e53c2 --- /dev/null +++ b/aftman.toml @@ -0,0 +1,3 @@ +[tools] +rojo = "rojo-rbx/rojo@7.2.1" +wally = "upliftgames/wally@0.3.1" diff --git a/foreman.toml b/foreman.toml deleted file mode 100644 index f949c20..0000000 --- a/foreman.toml +++ /dev/null @@ -1,3 +0,0 @@ -[tools] -wally = { source = "upliftgames/wally", version = "0.3.1" } -rojo = { source = "rojo-rbx/rojo", version = "7.0.0" } \ No newline at end of file