Skip to content

Commit 87e30c4

Browse files
Merge pull request #3 from connectivecpp/develop
Updating Catch2 version
2 parents f8c0e9b + 754b6d8 commit 87e30c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ target_compile_features ( shared_buffer_test PRIVATE cxx_std_20 )
1515
# add dependencies
1616
include ( ../cmake/download_cpm.cmake )
1717

18-
CPMAddPackage ( "gh:catchorg/Catch2@3.5.4" )
18+
CPMAddPackage ( "gh:catchorg/Catch2@3.6.0" )
1919
CPMAddPackage ( "gh:connectivecpp/utility-rack@1.0.0" )
2020

2121
# link dependencies

0 commit comments

Comments
 (0)