Skip to content

Commit 95a9bbb

Browse files
committed
bump catch2 to v3.8.0
Signed-off-by: Elazar Gershuni <[email protected]>
1 parent 632c125 commit 95a9bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ get_target_property(GSL_INCLUDE_DIRS Microsoft.GSL::GSL INTERFACE_INCLUDE_DIRECT
2929
if (VERIFIER_ENABLE_TESTS)
3030
FetchContent_Declare(Catch2
3131
GIT_REPOSITORY "https://github.com/catchorg/Catch2.git"
32-
GIT_TAG "v3.7.1"
32+
GIT_TAG "v3.8.0"
3333
GIT_SHALLOW ON
3434
)
3535
FetchContent_MakeAvailable(Catch2)

0 commit comments

Comments
 (0)