Skip to content

Commit

Permalink
Merge pull request #277 from offa/dev
Browse files Browse the repository at this point in the history
Update Catch 3.8.0
  • Loading branch information
offa authored Jan 10, 2025
2 parents c4b0d5a + 8fabd35 commit 5df8f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ def requirements(self):
if not self.options.system and self.options.boost:
self.requires("boost/1.85.0")
if self.options.tests:
self.requires("catch2/3.7.1")
self.requires("catch2/3.8.0")
self.requires("trompeloeil/49")

0 comments on commit 5df8f87

Please sign in to comment.