Skip to content

Commit 13a9db8

Browse files
committed
chore(deps): bump LeviLamina version
1 parent 00aac67 commit 13a9db8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 " .. (get_config("levimc_repo") or "https://github.com/LiteLDev/xmake-repo.git"))
44

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

1111
add_requires("levibuildscript")

0 commit comments

Comments
 (0)