diff --git a/cpp/test-catch2/CMakeLists.txt b/cpp/test-catch2/CMakeLists.txt index 987b8bd..7e3ea07 100644 --- a/cpp/test-catch2/CMakeLists.txt +++ b/cpp/test-catch2/CMakeLists.txt @@ -6,7 +6,7 @@ set(SOURCE_FILES main.cpp ExampleCharacterTestCase.cpp CharactersTest.cpp Charac FetchContent_Declare( Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git - GIT_TAG v2.13.1) + GIT_TAG v2.13.9) FetchContent_MakeAvailable(Catch2) # approvals