This commit is contained in:
Martin Hořeňovský 2018-07-23 10:12:15 +02:00
parent 12a8dfa2f2
commit 15cf3caace
9 changed files with 256 additions and 155 deletions

View file

@ -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"