瀏覽代碼

[lua] new haxe-deps

Justin Donaldson 5 年之前
父節點
當前提交
31a89c269f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/runci/targets/Lua.hx

+ 1 - 1
tests/runci/targets/Lua.hx

@@ -65,7 +65,7 @@ class Lua {
 			// Note: don't use a user config
 			// runCommand("luarocks", ["config", "--user-config"], false, true);
 
-			installLib("haxe-deps", "0.0.1-3");
+			installLib("haxe-deps", "0.0.1-4");
 
 			changeDirectory(unitDir);
 			runCommand("haxe", ["compile-lua.hxml"].concat(args));