diff --git a/_cmake/dependencies/nui.cmake b/_cmake/dependencies/nui.cmake index 5a349ab..8ac885f 100644 --- a/_cmake/dependencies/nui.cmake +++ b/_cmake/dependencies/nui.cmake @@ -2,6 +2,6 @@ include(FetchContent) FetchContent_Declare( nui GIT_REPOSITORY https://github.com/NuiCpp/Nui.git - GIT_TAG v0.14.0 + GIT_TAG v0.15.2 ) FetchContent_MakeAvailable(nui) \ No newline at end of file