From 4bc0bdf2941ebaa421546a3abd2788106e684730 Mon Sep 17 00:00:00 2001 From: Marcin Zajaczkowski Date: Mon, 15 Feb 2016 22:55:27 +0100 Subject: [PATCH] Release version: 1.1.9 [ci skip] --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27f046e2..195c429f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Add gradle-pitest-plugin to the buildscript dependencies in your build.gradle fi //maven { url "http://oss.sonatype.org/content/repositories/snapshots/" } } dependencies { - classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.1.6' + classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.1.9' } } @@ -107,7 +107,7 @@ for the root project: mavenCentral() } dependencies { - classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.1.6' + classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.1.9' (...) } } @@ -179,7 +179,7 @@ To enable PIT plugin it is enough to add it to pitest configuration in buildscri } configurations.maybeCreate("pitest") dependencies { - classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.1.6' + classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.1.9' pitest 'org.pitest.plugins:pitest-fancy-plugin:0.0.1' } }