Skip to content

Commit d7cc866

Browse files
committed
Bump downloaded Catch2 version to v3.8.1
1 parent 0664515 commit d7cc866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015-2024 Morwenn
1+
# Copyright (c) 2015-2025 Morwenn
22
# SPDX-License-Identifier: MIT
33

44
include(cpp-sort-utils)
@@ -27,7 +27,7 @@ else()
2727
message(STATUS "Catch2 not found")
2828
download_project(PROJ Catch2
2929
GIT_REPOSITORY https://github.com/catchorg/Catch2
30-
GIT_TAG v3.7.0
30+
GIT_TAG 2b60af89e23d28eefc081bc930831ee9d45ea58b # v3.8.1
3131
UPDATE_DISCONNECTED 1
3232
)
3333
add_subdirectory(${Catch2_SOURCE_DIR} ${Catch2_BINARY_DIR})

0 commit comments

Comments
 (0)