Skip to content

Commit 1df9a85

Browse files
Merge pull request #2 from connectivecpp/develop
Updating Catch2 version
2 parents 62686d6 + fc2b94c commit 1df9a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ project ( binary_serialize_test LANGUAGES CXX )
1111
# add dependencies
1212
include ( ../cmake/download_cpm.cmake )
1313

14-
CPMAddPackage ( "gh:catchorg/Catch2@3.5.4" )
14+
CPMAddPackage ( "gh:catchorg/Catch2@3.6.0" )
1515
CPMAddPackage ( "gh:connectivecpp/[email protected]" )
1616

1717
set ( test_app_names extract_append_test

0 commit comments

Comments
 (0)