diff --git a/CMakeLists.txt b/CMakeLists.txt index 72b8bc86..c75f418a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -119,7 +119,7 @@ if(BUILD_TESTING) fetchcontent_declare( Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git - GIT_TAG v3.6.0 + GIT_TAG v3.7.0 CMAKE_ARGS ) fetchcontent_makeavailable(Catch2)