From 4562d6bca2db5476be94c6a8c4040e6ed8f2836f Mon Sep 17 00:00:00 2001 From: AlexHaxe Date: Fri, 12 Jan 2024 23:18:45 +0100 Subject: [PATCH] updated test-adapter lib --- haxe_libraries/test-adapter.hxml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/haxe_libraries/test-adapter.hxml b/haxe_libraries/test-adapter.hxml index 2fde4ca..bf0c653 100644 --- a/haxe_libraries/test-adapter.hxml +++ b/haxe_libraries/test-adapter.hxml @@ -1,5 +1,5 @@ -# @install: lix --silent download "haxelib:/test-adapter#2.0.5" into test-adapter/2.0.5/haxelib +# @install: lix --silent download "haxelib:/test-adapter#2.0.6" into test-adapter/2.0.6/haxelib -lib json2object --cp ${HAXE_LIBCACHE}/test-adapter/2.0.5/haxelib/ --D test-adapter=2.0.5 +-cp ${HAXE_LIBCACHE}/test-adapter/2.0.6/haxelib/ +-D test-adapter=2.0.6 --macro _testadapter.Macro.init() \ No newline at end of file