mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-02 18:07:59 +00:00
v2.3.0
This commit is contained in:
parent
12a8dfa2f2
commit
15cf3caace
9 changed files with 256 additions and 155 deletions
|
@ -4,7 +4,7 @@ from conans import ConanFile, CMake
|
|||
|
||||
class CatchConan(ConanFile):
|
||||
name = "Catch"
|
||||
version = "2.2.3"
|
||||
version = "2.3.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