Skip to content

Commit 51e4341

Browse files
committed
chore: update xmake.lua
1 parent 9957ec4 commit 51e4341

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

tooth.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"format_version": 3,
33
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
44
"tooth": "github.com/LiteLDev/LegacyScriptEngine",
5-
"version": "0.11.3",
5+
"version": "0.12.0",
66
"info": {
77
"name": "LegacyScriptEngine",
88
"description": "A plugin engine for running LLSE plugins on LeviLamina",
@@ -25,9 +25,9 @@
2525
"label": "nodejs",
2626
"platform": "win-x64",
2727
"dependencies": {
28-
"github.com/LiteLDev/LegacyRemoteCall": "0.11.*",
29-
"github.com/LiteLDev/LegacyParticleAPI": "0.11.*",
30-
"github.com/LiteLDev/LegacyMoney": "0.11.*",
28+
"github.com/LiteLDev/LegacyRemoteCall": "0.12.*",
29+
"github.com/LiteLDev/LegacyParticleAPI": "0.12.*",
30+
"github.com/LiteLDev/LegacyMoney": "0.12.*",
3131
"gitea.litebds.com/ShrBox/7-zip": "24.*"
3232
},
3333
"assets": [
@@ -69,9 +69,9 @@
6969
"label": "quickjs",
7070
"platform": "win-x64",
7171
"dependencies": {
72-
"github.com/LiteLDev/LegacyRemoteCall": "0.11.*",
73-
"github.com/LiteLDev/LegacyParticleAPI": "0.11.*",
74-
"github.com/LiteLDev/LegacyMoney": "0.11.*"
72+
"github.com/LiteLDev/LegacyRemoteCall": "0.12.*",
73+
"github.com/LiteLDev/LegacyParticleAPI": "0.12.*",
74+
"github.com/LiteLDev/LegacyMoney": "0.12.*"
7575
},
7676
"assets": [
7777
{
@@ -93,9 +93,9 @@
9393
"label": "lua",
9494
"platform": "win-x64",
9595
"dependencies": {
96-
"github.com/LiteLDev/LegacyRemoteCall": "0.11.*",
97-
"github.com/LiteLDev/LegacyParticleAPI": "0.11.*",
98-
"github.com/LiteLDev/LegacyMoney": "0.11.*"
96+
"github.com/LiteLDev/LegacyRemoteCall": "0.12.*",
97+
"github.com/LiteLDev/LegacyParticleAPI": "0.12.*",
98+
"github.com/LiteLDev/LegacyMoney": "0.12.*"
9999
},
100100
"assets": [
101101
{
@@ -117,9 +117,9 @@
117117
"label": "python",
118118
"platform": "win-x64",
119119
"dependencies": {
120-
"github.com/LiteLDev/LegacyRemoteCall": "0.11.*",
121-
"github.com/LiteLDev/LegacyParticleAPI": "0.11.*",
122-
"github.com/LiteLDev/LegacyMoney": "0.11.*"
120+
"github.com/LiteLDev/LegacyRemoteCall": "0.12.*",
121+
"github.com/LiteLDev/LegacyParticleAPI": "0.12.*",
122+
"github.com/LiteLDev/LegacyMoney": "0.12.*"
123123
},
124124
"assets": [
125125
{

xmake.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
33
add_repositories("levimc-repo https://github.com/LiteLDev/xmake-repo.git")
44

55
if is_config("target_type", "server") then
6-
add_requires("levilamina 1.2.1", {configs = {target_type = "server"}})
6+
add_requires("levilamina 1.3.0", {configs = {target_type = "server"}})
77
else
8-
add_requires("levilamina 1.2.1", {configs = {target_type = "client"}})
8+
add_requires("levilamina 1.3.0", {configs = {target_type = "client"}})
99
end
1010

1111
add_requires("levibuildscript")

0 commit comments

Comments
 (0)