diff --git a/cpp-catch2/CMakeLists.txt b/cpp-catch2/CMakeLists.txt index e0d67fe1..dd2e0b9f 100644 --- a/cpp-catch2/CMakeLists.txt +++ b/cpp-catch2/CMakeLists.txt @@ -8,7 +8,7 @@ include(FetchContent) FetchContent_Declare( catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git - GIT_TAG v2.12.2 + GIT_TAG v2.13.9 ) FetchContent_MakeAvailable(catch2) LIST(APPEND CMAKE_MODULE_PATH @@ -51,4 +51,4 @@ target_link_libraries(gildedrose_catch2 Catch2::Catch2 approvaltests) include(CTest) include(ParseAndAddCatchTests) -ParseAndAddCatchTests(gildedrose_catch2) \ No newline at end of file +ParseAndAddCatchTests(gildedrose_catch2)