From 36d9213ef814f1a5f0bd401c462a21b07cb84fc7 Mon Sep 17 00:00:00 2001 From: Justin Donaldson Date: Mon, 11 Nov 2019 18:03:24 -0800 Subject: [PATCH] [lua] bump haxe-deps for tests --- tests/runci/targets/Lua.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runci/targets/Lua.hx b/tests/runci/targets/Lua.hx index 2202bc65d81..876f7f64fa5 100644 --- a/tests/runci/targets/Lua.hx +++ b/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));