Skip to content

Commit

Permalink
Upate Catch v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed May 13, 2024
1 parent 7d2747b commit 8c4acdf
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.83.0")
if self.options.tests:
self.requires("catch2/3.5.4")
self.requires("catch2/3.6.0")
self.requires("trompeloeil/47")

0 comments on commit 8c4acdf

Please sign in to comment.