Skip to content

Commit e87a111

Browse files
Tarcisio Fischerbitwizeshift
Tarcisio Fischer
authored andcommitted
🚦 Update catch2 version from 2.7.1 to 2.13.9
1 parent cb06a5b commit e87a111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conanfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ResultConan(ConanFile):
2626
generators = "cmake"
2727

2828
# Dependencies
29-
build_requires = ("Catch2/2.7.1@catchorg/stable")
29+
build_requires = ("catch2/2.13.9")
3030

3131
def package(self):
3232
cmake = CMake(self)

0 commit comments

Comments
 (0)