浏览代码

[lua] bump haxe-deps

Justin Donaldson 5 年之前
父节点
当前提交
71520b9109
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/runci/targets/Lua.hx

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

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