Skip to content

Commit d7e4cb6

Browse files
committed
Update xmake.lua
1 parent 0ba0a3d commit d7e4cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ set_languages("c17", "cxx20");
22
add_repositories("masx200/xmake-repo https://gitee.com/masx200/xmake-repo.git");
33
add_repositories(
44
"masx200/xmake-repo https://ghproxy.com/https://github.com/masx200/xmake-repo.git");
5-
add_requires("leetcode-treenode-cpp 1.1.6");
5+
add_requires("leetcode-treenode-cpp 1.1.7");
66
target('leetcode-test')
77
set_languages("c++20");
88
set_kind('static')

0 commit comments

Comments
 (0)