Skip to content

Commit 4bcf652

Browse files
committed
Update Catch 3.5.2
1 parent 909bd1c commit 4bcf652

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
@@ -58,7 +58,7 @@ def requirements(self):
5858
if not self.options.system and self.options.boost:
5959
self.requires("boost/1.83.0")
6060
if self.options.tests:
61-
self.requires("catch2/3.5.1")
61+
self.requires("catch2/3.5.2")
6262
self.requires("trompeloeil/47")
6363

6464
def generate(self):

0 commit comments

Comments
 (0)