mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 14:09:26 +00:00
v2.1.0
This commit is contained in:
parent
f5910f38ef
commit
cd76f5730c
10 changed files with 3635 additions and 2335 deletions
|
@ -4,7 +4,7 @@ from conans import ConanFile
|
|||
|
||||
class CatchConan(ConanFile):
|
||||
name = "Catch"
|
||||
version = "2.0.1"
|
||||
version = "2.1.0"
|
||||
description = "A modern, C++-native, header-only, framework for unit-tests, TDD and BDD"
|
||||
author = "philsquared"
|
||||
generators = "cmake"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue