From 72890d48309a71a28f71eef8482e338b23499770 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Wed, 25 Nov 2020 10:47:07 -0700 Subject: [PATCH] fix dependency mistake --- haxelib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haxelib.json b/haxelib.json index d6e82c2a..74f82778 100644 --- a/haxelib.json +++ b/haxelib.json @@ -11,6 +11,6 @@ "main": "kiss.Main", "dependencies": { "hscript": "", - "utest": "" + "uuid": "" } } \ No newline at end of file