Skip to content

Commit

Permalink
modified foreman.toml to install from internal mirrors instead of ext…
Browse files Browse the repository at this point in the history
…ernal github repositories
  • Loading branch information
afujiwara-roblox committed Sep 19, 2023
1 parent 381f87d commit ed08372
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions foreman.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tools]
rojo = { source = "rojo-rbx/rojo", version = "=7.2.1" }
selene = { source = "Kampfkarren/selene", version = "=0.21.1" }
stylua = { source = "JohnnyMorganz/StyLua", version = "=0.15.1" }
rojo = { source = "Roblox/rojo-rbx-rojo", version = "=7.2.1" }
selene = { source = "Roblox/Kampfkarren-selene", version = "=0.21.1" }
stylua = { source = "Roblox/JohnnyMorganz-StyLua", version = "=0.15.1" }
luau-lsp = { source = "JohnnyMorganz/luau-lsp", version = "=1.8.1" }

0 comments on commit ed08372

Please sign in to comment.