This commit is contained in:
Martin Hořeňovský
2018-03-11 12:04:28 +01:00
parent 11c89a5f7d
commit 0a34cc201e
8 changed files with 25 additions and 15 deletions

View File

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