Skip to content

Commit 218f51a

Browse files
authored
Merge pull request #298 from offa/update
Update Catch 3.8.1
2 parents b5dcfbe + 4c2a48d commit 218f51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conanfile.py

Lines changed: 1 addition & 1 deletion
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.85.0")
2323
if self.options.tests:
24-
self.requires("catch2/3.8.0")
24+
self.requires("catch2/3.8.1")
2525
self.requires("trompeloeil/49")

0 commit comments

Comments
 (0)