diff --git a/conanfile.py b/conanfile.py index 0711fca..3d67659 100644 --- a/conanfile.py +++ b/conanfile.py @@ -5,7 +5,7 @@ class PitchforkConanFile(CMakeConanFile): name = 'pf' version = '0.1.0' requires = ( - 'catch2/2.3.0@bincrafters/stable', + 'Catch2/2.7.2@catchorg/stable', 'spdlog/1.1.0@bincrafters/stable', 'boost/1.68.0@conan/stable', )