Skip to content

Commit 717fb20

Browse files
Updated Catch2 and utility-rack versions
1 parent 5c62b42 commit 717fb20

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
@@ -16,7 +16,7 @@ target_compile_features ( shared_buffer_test PRIVATE cxx_std_20 )
1616
include ( ../cmake/download_cpm.cmake )
1717

1818
CPMAddPackage ( "gh:catchorg/Catch2@3.7.0" )
19-
CPMAddPackage ( "gh:connectivecpp/utility-rack@1.0.0" )
19+
CPMAddPackage ( "gh:connectivecpp/utility-rack@1.0.3" )
2020

2121
# link dependencies
2222
target_link_libraries ( shared_buffer_test PRIVATE shared_buffer utility_rack Catch2::Catch2WithMain )

0 commit comments

Comments
 (0)