From a85e6864ce844d7b90aa43b29ac767959a6c4fcd Mon Sep 17 00:00:00 2001 From: ShrBox Date: Sat, 13 Apr 2024 19:07:43 +0800 Subject: [PATCH] chore: update dependencies --- xmake.lua | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/xmake.lua b/xmake.lua index 1db7f2f7..e04e8308 100644 --- a/xmake.lua +++ b/xmake.lua @@ -6,11 +6,10 @@ add_requires( "demangler", "dyncall", "fmt", - "legacymoney 0.5.0", - "legacyparticleapi 0.5.0", - "legacyremotecall 0.5.0", + "legacymoney 0.6.0", + "legacyparticleapi 0.6.0", + "legacyremotecall 0.6.0", "levilamina 0.11.0", - "bdslibrary 1.20.72.01", "lightwebsocketclient", "magic_enum", "nlohmann_json", @@ -70,7 +69,6 @@ target("legacy-script-engine") "legacyparticleapi", "legacyremotecall", "levilamina", - "bdslibrary", "lightwebsocketclient", "magic_enum", "nlohmann_json",