From 1970af12e6eb066a38917220f4b6a8bbae306ae0 Mon Sep 17 00:00:00 2001 From: AlexHaxe Date: Sat, 10 Feb 2024 23:47:56 +0100 Subject: [PATCH] updated tokentree and formatter libs --- haxe_libraries/formatter.hxml | 8 ++++---- haxe_libraries/tokentree.hxml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/haxe_libraries/formatter.hxml b/haxe_libraries/formatter.hxml index b9783b31..76b28a52 100644 --- a/haxe_libraries/formatter.hxml +++ b/haxe_libraries/formatter.hxml @@ -1,4 +1,4 @@ -# @install: lix --silent download "haxelib:/formatter#1.15.0" into formatter/1.15.0/haxelib -# @run: haxelib run-dir formatter "${HAXE_LIBCACHE}/formatter/1.15.0/haxelib" --cp ${HAXE_LIBCACHE}/formatter/1.15.0/haxelib/src --D formatter=1.15.0 \ No newline at end of file +# @install: lix --silent download "haxelib:/formatter#1.16.0" into formatter/1.16.0/haxelib +# @run: haxelib run-dir formatter "${HAXE_LIBCACHE}/formatter/1.16.0/haxelib" +-cp ${HAXE_LIBCACHE}/formatter/1.16.0/haxelib/src +-D formatter=1.16.0 \ No newline at end of file diff --git a/haxe_libraries/tokentree.hxml b/haxe_libraries/tokentree.hxml index 33ff084d..02d86c48 100644 --- a/haxe_libraries/tokentree.hxml +++ b/haxe_libraries/tokentree.hxml @@ -1,3 +1,3 @@ -# @install: lix --silent download "haxelib:/tokentree#1.2.10" into tokentree/1.2.10/haxelib --cp ${HAXE_LIBCACHE}/tokentree/1.2.10/haxelib/src --D tokentree=1.2.10 \ No newline at end of file +# @install: lix --silent download "haxelib:/tokentree#1.2.11" into tokentree/1.2.11/haxelib +-cp ${HAXE_LIBCACHE}/tokentree/1.2.11/haxelib/src +-D tokentree=1.2.11 \ No newline at end of file