diff --git a/tests/meson.build b/tests/meson.build index 49bf604..f59a171 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -12,7 +12,8 @@ test('all', executable(meson.project_name() + '_test', test_src, dependencies : [ - dependency('catch2', version : '>=3.4.0'), + dependency('catch2', version : '>=3.4.1', + fallback : [ 'catch2', 'catch2_dep' ]), libgit4cpp_dep, ], ),