8000 Updated Catch2 and ring_span versions · connectivecpp/wait-queue@9b43ce1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b43ce1

Browse files
Updated Catch2 and ring_span versions
1 parent dbbfa64 commit 9b43ce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ target_compile_features ( wait_queue_test PRIVATE cxx_std_20 )
1515
# add dependencies
1616
include ( ../cmake/download_cpm.cmake )
1717

18-
CPMAddPackage ( "gh:catchorg/Catch2@3.6.0" )
19-
CPMAddPackage ( "gh:martinmoene/ring-span-lite@0.6.0" )
18+
CPMAddPackage ( "gh:catchorg/Catch2@3.7.0" )
19+
CPMAddPackage ( "gh:martinmoene/ring-span-lite@0.7.0" )
2020
# CPMAddPackage ( "gh:JustasMasiulis/circular_buffer@master" )
2121
CPMAddPackage ( NAME circular_buffer
2222
URL https://github.com/JustasMasiulis/circular_buffer/archive/refs/heads/master.zip )

0 commit comments

Comments
 (0)
0