From 9f7adaa3f85577e9ff551e576219ebc7acc7ee06 Mon Sep 17 00:00:00 2001 From: Ubpa <641614112@qq.com> Date: Thu, 6 Aug 2020 13:02:50 +0800 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ff054a..175469e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ Ubpa_InitUCMake() Ubpa_InitProject() Ubpa_AddDep(UContainer 0.0.6) -Ubpa_AddDep(UTemplate 0.4.6) +Ubpa_AddDep(UTemplate 0.4.7) Ubpa_AddDep(UGraphviz 0.1.4) Ubpa_AddSubDirsRec(include)