Skip to content

Commit c2a3a11

Browse files
committed
bump catch2 to 3.9.1
Signed-off-by: Elazar Gershuni <[email protected]>
1 parent 69fdeab commit c2a3a11

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
@@ -32,7 +32,7 @@ get_target_property(GSL_INCLUDE_DIRS Microsoft.GSL::GSL INTERFACE_INCLUDE_DIRECT
3232
if (VERIFIER_ENABLE_TESTS)
3333
FetchContent_Declare(Catch2
3434
GIT_REPOSITORY "https://github.com/catchorg/Catch2.git"
35-
GIT_TAG "v3.9.0"
35+
GIT_TAG "v3.9.1"
3636
GIT_SHALLOW ON
3737
)
3838
FetchContent_MakeAvailable(Catch2)

0 commit comments

Comments
 (0)