Skip to content

Commit bb33df2

Browse files
committed
Update Catch v3.5.3
1 parent ab3da29 commit bb33df2

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
@@ -21,5 +21,5 @@ def requirements(self):
2121
if not self.options.system and self.options.boost:
2222
self.requires("boost/1.83.0")
2323
if self.options.tests:
24-
self.requires("catch2/3.5.2")
24+
self.requires("catch2/3.5.3")
2525
self.requires("trompeloeil/47")

0 commit comments

Comments
 (0)