Skip to content

Commit d422d13

Browse files
committed
chore: update xmake.lua
1 parent d20d057 commit d422d13

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.8.0] - 2024-06-18
9+
10+
### Added
11+
12+
- Adapt to LeviLamina 0.13.x
13+
814
## [0.7.12] - 2024-05-22
915

1016
### Fixed
@@ -423,6 +429,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
423429
[#134]: https://github.com/LiteLDev/LegacyScriptEngine/issues/134
424430
[#137]: https://github.com/LiteLDev/LegacyScriptEngine/issues/137
425431

432+
[0.8.0]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.7.12...v0.8.0
426433
[0.7.12]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.7.11...v0.7.12
427434
[0.7.11]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.7.10...v0.7.11
428435
[0.7.10]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.7.9...v0.7.10

tooth.lua.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"github.com/LiteLDev/LegacyMoney": "0.8.x"
1818
},
1919
"prerequisites": {
20-
"github.com/LiteLDev/LeviLamina": "1.0.x"
20+
"github.com/LiteLDev/LeviLamina": "0.13.x"
2121
},
2222
"files": {
2323
"place": [

tooth.nodejs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"gitea.litebds.com/LiteLDev/node-binaries": "16.16.0"
2020
},
2121
"prerequisites": {
22-
"github.com/LiteLDev/LeviLamina": "1.0.x"
22+
"github.com/LiteLDev/LeviLamina": "0.13.x"
2323
},
2424
"files": {
2525
"place": [

tooth.python.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"gitea.litebds.com/LiteLDev/python-binaries": "3.10.11"
1919
},
2020
"prerequisites": {
21-
"github.com/LiteLDev/LeviLamina": "1.0.x"
21+
"github.com/LiteLDev/LeviLamina": "0.13.x"
2222
},
2323
"files": {
2424
"place": [

tooth.quickjs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"github.com/LiteLDev/LegacyMoney": "0.8.x"
1818
},
1919
"prerequisites": {
20-
"github.com/LiteLDev/LeviLamina": "1.0.x"
20+
"github.com/LiteLDev/LeviLamina": "0.13.x"
2121
},
2222
"files": {
2323
"place": [

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ add_requires(
99
"legacymoney 0.8.0",
1010
"legacyparticleapi 0.8.0",
1111
"legacyremotecall 0.8.0",
12-
"levilamina develop",
12+
"levilamina 0.13.0",
1313
"lightwebsocketclient",
1414
"magic_enum",
1515
"nlohmann_json",

0 commit comments

Comments
 (0)