This commit is contained in:
Martin Hořeňovský 2018-01-26 16:06:07 +01:00
parent 9a5705411a
commit 62dae592c3
7 changed files with 115 additions and 78 deletions

View file

@ -4,7 +4,7 @@ from conans import ConanFile
class CatchConan(ConanFile):
name = "Catch"
version = "2.1.0"
version = "2.1.1"
description = "A modern, C++-native, header-only, framework for unit-tests, TDD and BDD"
author = "philsquared"
generators = "cmake"