Skip to content

Commit

Permalink
Updated Catch2 and utility-rack versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffg-softwarelibre committed Aug 25, 2024
1 parent ee3b623 commit b59b4c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ project ( binary_serialize_test LANGUAGES CXX )
# add dependencies
include ( ../cmake/download_cpm.cmake )

CPMAddPackage ( "gh:catchorg/Catch2@3.6.0" )
CPMAddPackage ( "gh:connectivecpp/utility-rack@1.0.0" )
CPMAddPackage ( "gh:catchorg/Catch2@3.7.0" )
CPMAddPackage ( "gh:connectivecpp/utility-rack@1.0.3" )

set ( test_app_names byteswap_test
extract_append_test
Expand Down

0 comments on commit b59b4c2

Please sign in to comment.