Skip to content

Commit b59b4c2

Browse files
Updated Catch2 and utility-rack versions
1 parent ee3b623 commit b59b4c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ project ( binary_serialize_test LANGUAGES CXX )
1111
# add dependencies
1212
include ( ../cmake/download_cpm.cmake )
1313

14-
CPMAddPackage ( "gh:catchorg/Catch2@3.6.0" )
15-
CPMAddPackage ( "gh:connectivecpp/[email protected].0" )
14+
CPMAddPackage ( "gh:catchorg/Catch2@3.7.0" )
15+
CPMAddPackage ( "gh:connectivecpp/[email protected].3" )
1616

1717
set ( test_app_names byteswap_test
1818
extract_append_test

0 commit comments

Comments
 (0)