diff --git a/cmake/Catch2.cmake b/cmake/Catch2.cmake index a27949dd..da841a6c 100644 --- a/cmake/Catch2.cmake +++ b/cmake/Catch2.cmake @@ -6,7 +6,7 @@ include(FetchContent) FetchContent_Declare( catch2 GIT_REPOSITORY "https://github.com/catchorg/Catch2.git" - GIT_TAG "v2.13.4" + GIT_TAG "v2.13.5" ) FetchContent_MakeAvailable(catch2)