aboutsummaryrefslogtreecommitdiff
path: root/dep/CMakeLists.txt
diff options
context:
space:
mode:
authorfunjoker <funjoker109@gmail.com>2022-09-14 11:02:17 +0200
committerGitHub <noreply@github.com>2022-09-14 11:02:17 +0200
commit189ea0b1a5e4bbaa88638aee54934d4e540ccb50 (patch)
treead0ecef6ff8c85787472a743b75b48b46c52bb68 /dep/CMakeLists.txt
parent8a183a6e5ee1cd394aabb9df4e34064466bd3946 (diff)
CircleCI: Update to new images (#28243)
* Tests: Update Catch2 to v2.13.9
Diffstat (limited to 'dep/CMakeLists.txt')
-rw-r--r--dep/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt
index 55170ed1a15..b0b28c09bf1 100644
--- a/dep/CMakeLists.txt
+++ b/dep/CMakeLists.txt
@@ -42,7 +42,7 @@ if(BUILD_TESTING)
include(FetchContent)
FetchContent_Declare(Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
- GIT_TAG v2.13.0
+ GIT_TAG v2.13.9
GIT_SHALLOW 1)
FetchContent_MakeAvailable(Catch2)
endif()