Skip to content

Commit

Permalink
Upgrade catch2 for catchorg/Catch2#2178
Browse files Browse the repository at this point in the history
  • Loading branch information
choll committed Dec 10, 2022
1 parent 99fe73f commit ebb0dc4
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 @@ -6,7 +6,7 @@

class XtrConan(ConanFile):
requires = "fmt/[>=6.0.0 < 8.0.0 || > 8.0.0]"
build_requires = "benchmark/1.6.0", "catch2/2.13.8"
build_requires = "benchmark/1.6.0", "catch2/3.2.0"
name = "xtr"
license = "MIT"
author = "Chris Holloway ([email protected])"
Expand Down

0 comments on commit ebb0dc4

Please sign in to comment.