File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
- ## [ 0.15.0] - 2025-10-03
10
+ ## [ 0.15.0] - 2025-10-04
11
11
12
12
### Changed
13
13
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
3
3
add_repositories (" levimc-repo https://github.com/LiteLDev/xmake-repo.git" )
4
4
5
5
if is_config (" target_type" , " server" ) then
6
- add_requires (" levilamina 435ae9836047c827003bad585f1f452c24bda779 " , {configs = {target_type = " server" }})
6
+ add_requires (" levilamina 1.6.0 " , {configs = {target_type = " server" }})
7
7
else
8
- add_requires (" levilamina 435ae9836047c827003bad585f1f452c24bda779 " , {configs = {target_type = " client" }})
8
+ add_requires (" levilamina 1.6.0 " , {configs = {target_type = " client" }})
9
9
end
10
10
11
11
add_requires (" levibuildscript" )
You can’t perform that action at this time.
0 commit comments