Browse Source

[lua] bump haxe-deps for tests

Justin Donaldson 5 năm trước cách đây
mục cha
commit
36d9213ef8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/runci/targets/Lua.hx

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

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